# | Line 12 | Line 12 | class SquareMatrixTestCase : public CPPUNIT_NS::TestFi | |
---|---|---|
12 | CPPUNIT_TEST_SUITE( SquareMatrixTestCase ); | |
13 | CPPUNIT_TEST(testConstructor); | |
14 | CPPUNIT_TEST(testIdentity); | |
15 | < | CPPUNIT_TEST(testInverse); |
16 | < | CPPUNIT_TEST(testDeterminant); |
15 | > | CPPUNIT_TEST(testJacobi); |
16 | CPPUNIT_TEST(testTrace); | |
17 | CPPUNIT_TEST(testIsSymmertric); | |
18 | CPPUNIT_TEST(testIsOrthogonal); | |
# | Line 26 | Line 25 | class SquareMatrixTestCase : public CPPUNIT_NS::TestFi | |
25 | ||
26 | void testConstructor(); | |
27 | void testIdentity(); | |
28 | < | void testInverse(); |
30 | < | void testDeterminant(); |
28 | > | void testJacobi(); |
29 | void testTrace(); | |
30 | void testIsSymmertric(); | |
31 | void testIsOrthogonal(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |