Show
Ignore:
Timestamp:
09/18/09 00:17:11 (15 years ago)
Author:
smidl
Message:

egiw.variance works for multidimensional + cleanup in tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/arx_straux_test.cpp

    r607 r629  
    55 
    66TEST(test_arx_straux){ 
    7 mat A="[   0.8147    0.9134    0.2785;" 
     7mat A="0.8147    0.9134    0.2785;" 
    88    "0.9058    0.6324    0.5469;" 
    9     "0.1270    0.0975    0.9575]"; 
     9    "0.1270    0.0975    0.9575"; 
    1010 
    11 mat B="[0.9649    0.9572    0.1419;" 
     11mat B="0.9649    0.9572    0.1419;" 
    1212    "0.1576    0.4854    0.4218;" 
    13     "0.9706    0.8003    0.9157]"; 
     13    "0.9706    0.8003    0.9157"; 
    1414//when updateing matrices do not forget to update CHECK_EQUAL below!!! 
    1515