Changeset 508 for library/bdm/itpp_ext.h

Show
Ignore:
Timestamp:
08/12/09 16:47:33 (15 years ago)
Author:
smidl
Message:

LQG basic implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/itpp_ext.h

    r477 r508  
    100100//! implementation of digamma (psi) function 
    101101double psi ( double ); 
     102 
     103//! implementation of matlab triu function 
     104void triu(mat &A); 
    102105} 
    103106