Changeset 254 for bdm/math

Show
Ignore:
Timestamp:
01/28/09 10:00:56 (15 years ago)
Author:
smidl
Message:

create namespace bdm

Location:
bdm/math
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/chmat.cpp

    r168 r254  
    11#include <itpp/itbase.h> 
    22#include "chmat.h" 
    3  
    4 using namespace itpp; 
    53 
    64//using std::endl; 
  • bdm/math/chmat.h

    r230 r254  
    1717#include "libDC.h" 
    1818#include "../itpp_ext.h" 
    19  
    20 using namespace itpp; 
    2119 
    2220/*! \brief Symmetric matrix stored in square root decomposition using upper cholesky 
     
    8684//!mapping of negative add operation to operators 
    8785inline chmat& chmat::operator -= ( const chmat &A2 )  {this->add ( A2,-1.0 );return *this;} 
     86 
    8887#endif // CHMAT_H