Show
Ignore:
Timestamp:
08/11/09 08:48:56 (15 years ago)
Author:
vbarta
Message:

moved square matrices to namespace bdm

Files:
1 modified

Legend:

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

    r477 r495  
    1616 
    1717#include "square_mat.h" 
     18 
     19namespace bdm 
     20{ 
    1821 
    1922/*! \brief Symmetric matrix stored in square root decomposition using upper cholesky 
     
    133136} 
    134137 
     138} 
     139 
    135140#endif // CHMAT_H