Changeset 262 for bdm/math

Show
Ignore:
Timestamp:
02/09/09 23:10:36 (15 years ago)
Author:
smidl
Message:

cleanup of include files

Location:
bdm/math
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/chmat.cpp

    r254 r262  
    1 #include <itpp/itbase.h> 
     1 
    22#include "chmat.h" 
    33 
  • bdm/math/chmat.h

    r254 r262  
    1414#define CHMAT_H 
    1515 
    16 #include <itpp/itbase.h> 
     16 
    1717#include "libDC.h" 
    18 #include "../itpp_ext.h" 
    1918 
    2019/*! \brief Symmetric matrix stored in square root decomposition using upper cholesky 
  • bdm/math/libDC.cpp

    r170 r262  
    1 #include <itpp/itbase.h> 
     1 
    22#include "libDC.h" 
    33 
  • bdm/math/libDC.h

    r219 r262  
    1414#define DC_H 
    1515 
    16 #include <itpp/itbase.h> 
     16 
    1717#include "../itpp_ext.h" 
    1818