Changeset 85 for bdm/math/libDC.h

Show
Ignore:
Timestamp:
04/28/08 10:21:21 (16 years ago)
Author:
smidl
Message:

compilation and documantation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/libDC.h

    r75 r85  
    149149                vec sqrt_mult (const vec &v ) const {mat Ch=chol(M); return Ch*v;}; 
    150150 
     151                //! Add another matrix in fsq form with weight w 
     152                void add ( const fsqmat &fsq2, double w=1.0 ){M+=fsq2.M;}; 
     153 
    151154                //! Access functions 
    152155                void setD (const vec &nD){M=diag(nD);} 
     
    155158                //! Access functions 
    156159                void setD (const vec &nD, int i){for(int j=i;j<nD.length();j++){M(j,j)=nD(j-i);}} //Fixme can be more general 
     160 
    157161 
    158162                //! add another fsqmat matrix