Show
Ignore:
Timestamp:
07/24/09 13:57:16 (15 years ago)
Author:
vbarta
Message:

moved enorm tests to testsuite

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mat_checks.h

    r426 r428  
    1919namespace UnitTest 
    2020{ 
     21  bool AreClose(const itpp::vec &expected, const itpp::vec &actual, 
     22                double tolerance); 
     23 
    2124  bool AreClose(const itpp::mat &expected, const itpp::mat &actual, 
    2225                double tolerance);