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/tests/square_mat_test.cpp

    r477 r495  
    11#include "../bdm/math/square_mat.h" 
    22#include "../bdm/math/chmat.h" 
     3#include "itpp_ext.h" 
    34#include "mat_checks.h" 
    45#include "UnitTest++.h" 
     
    67 
    78const double epsilon = 0.00001; 
     9 
     10using namespace itpp; 
     11 
     12using bdm::fsqmat; 
     13using bdm::chmat; 
     14using bdm::ldmat; 
    815 
    916template<typename TMatrix>