Show
Ignore:
Timestamp:
08/27/09 15:39:31 (15 years ago)
Author:
smidl
Message:

redesign of Kalman to use BM, new object StateSpace? created

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/square_mat.h

    r565 r583  
    214214                return *this; 
    215215        }; 
     216         
     217        //! cast to normal mat 
     218        operator mat&() {return M;}; 
     219         
    216220//              fsqmat& operator = ( const fsqmat &A) {M=A.M; return *this;}; 
    217221        //! print full matrix 
     
    219223 
    220224}; 
     225 
    221226 
    222227/*! \brief Matrix stored in LD form, (commonly known as UD)