Changeset 200 for bdm/estim/libKF.h

Show
Ignore:
Timestamp:
11/10/08 15:40:24 (16 years ago)
Author:
smidl
Message:

BM has now function _e() returning posterior of correct type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/libKF.h

    r170 r200  
    122122        //!access function 
    123123        const epdf& _epdf() const {return est;} 
     124        const enorm<sq_T>* _e() const {return &est;} 
    124125        //!access function 
    125126        mat& __K() {return _K;} 
     
    187188        //!dummy! 
    188189        const epdf& _epdf()const{return E;}; 
     190        const enorm<fsqmat>* _e()const{return &E;}; 
    189191}; 
    190192