Changeset 51 for bdm/stat

Show
Ignore:
Timestamp:
03/25/08 13:37:45 (16 years ago)
Author:
smidl
Message:

oprava EKF + debug vypisove fce

Location:
bdm/stat
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r33 r51  
    7575        //! generate a list of indeces, i.e. which 
    7676        ivec indexlist(); 
     77 
     78        //!access function 
     79        Array<std::string>& _names(){return names;}; 
    7780}; 
    7881 
  • bdm/stat/libEF.h

    r33 r51  
    110110        //! set cache as inconsistent 
    111111        void _cached ( bool what ) {cached=what;} 
     112        //! access mthod 
     113        mat getR () {return R.to_mat();} 
    112114}; 
    113115