--- trunk/test/math/SquareMatrixTestCase.hpp 2004/10/15 15:19:28 78 +++ trunk/test/math/SquareMatrixTestCase.hpp 2009/11/25 20:02:06 1390 @@ -4,7 +4,7 @@ #include #include "math/SquareMatrix.hpp" -using namespace oopse; +using namespace OpenMD; typedef SquareMatrix SMat3x3; @@ -12,8 +12,7 @@ class SquareMatrixTestCase : public CPPUNIT_NS::TestFi CPPUNIT_TEST_SUITE( SquareMatrixTestCase ); CPPUNIT_TEST(testConstructor); CPPUNIT_TEST(testIdentity); - CPPUNIT_TEST(testInverse); - CPPUNIT_TEST(testDeterminant); + CPPUNIT_TEST(testJacobi); CPPUNIT_TEST(testTrace); CPPUNIT_TEST(testIsSymmertric); CPPUNIT_TEST(testIsOrthogonal); @@ -26,8 +25,7 @@ class SquareMatrixTestCase : public CPPUNIT_NS::TestFi void testConstructor(); void testIdentity(); - void testInverse(); - void testDeterminant(); + void testJacobi(); void testTrace(); void testIsSymmertric(); void testIsOrthogonal();