Changeset 215 for bdm/estim/libKF.h

Show
Ignore:
Timestamp:
11/27/08 23:32:45 (15 years ago)
Author:
smidl
Message:

PMSM new sim.cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/libKF.h

    r211 r215  
    189189        const epdf& _epdf()const{return E;}; 
    190190        const enorm<fsqmat>* _e()const{return &E;}; 
     191        const mat _R(){return P;} 
    191192}; 
    192193