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_stress.cpp

    r480 r495  
    1414using std::endl; 
    1515 
     16using bdm::fsqmat; 
     17using bdm::chmat; 
     18using bdm::ldmat; 
    1619using bdm::UIFile; 
    1720using bdm::UI; 
     
    2023double epsilon = 0.00001; 
    2124bool fast = false; 
    22  
    23 namespace bdm { 
    24 UIREGISTER ( square_mat_point ); 
    25 } 
    2625 
    2726namespace UnitTest {