Changeset 62 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
04/06/08 20:14:56 (16 years ago)
Author:
smidl
Message:

nova simulace s EKFfixed a novy EKF na plnych maticich

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r51 r62  
    8888        int dimy; 
    8989public: 
     90        //!default constructor 
     91        fnc(int dy):dimy(dy){}; 
    9092        //! function evaluates numerical value of $f(x)$ at $x=cond$ 
    9193        virtual vec eval ( const vec &cond ) {