Show
Ignore:
Timestamp:
06/19/09 12:41:37 (15 years ago)
Author:
mido
Message:

class bdmroot renamed to root, ui matrix patched (possibility of a "matrix" string at first place of the matrix list was allowed)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r388 r390  
    8484*/ 
    8585 
    86 class RV : public bdmroot 
     86class RV : public root 
    8787{ 
    8888protected: 
     
    207207//! Class representing function \f$f(x)\f$ of variable \f$x\f$ represented by \c rv 
    208208 
    209 class fnc : public bdmroot 
     209class fnc : public root 
    210210{ 
    211211protected: 
     
    231231//! Probability density function with numerical statistics, e.g. posterior density. 
    232232 
    233 class epdf : public bdmroot 
     233class epdf : public root 
    234234{ 
    235235protected: 
     
    319319//TODO Samplecond can be generalized 
    320320 
    321 class mpdf : public bdmroot 
     321class mpdf : public root 
    322322{ 
    323323protected: 
     
    522522This class abstracts logging of results from implementation. This class replaces direct logging of results (e.g. to files or to global variables) by calling methods of a logger. Specializations of this abstract class for specific storage method are designed. 
    523523 */ 
    524 class logger : public bdmroot 
     524class logger : public root 
    525525{ 
    526526protected: 
     
    602602*/ 
    603603 
    604 class DS : public bdmroot 
     604class DS : public root 
    605605{ 
    606606protected: 
     
    674674*/ 
    675675 
    676 class BM : public bdmroot 
     676class BM : public root 
    677677{ 
    678678protected: