Loading src/UnitTests/Matrices/DenseMatrixTest.h +6 −0 Original line number Diff line number Diff line Loading @@ -1166,6 +1166,12 @@ void test_PerformSORIteration() EXPECT_EQ( xVector[ 3 ], 0.3671875 ); } template< typename Matrix > void test_AssignmentOperator() { EXPECT_EQ( 1, 0 ); } template< typename Matrix > void test_SaveAndLoad() { Loading Loading
src/UnitTests/Matrices/DenseMatrixTest.h +6 −0 Original line number Diff line number Diff line Loading @@ -1166,6 +1166,12 @@ void test_PerformSORIteration() EXPECT_EQ( xVector[ 3 ], 0.3671875 ); } template< typename Matrix > void test_AssignmentOperator() { EXPECT_EQ( 1, 0 ); } template< typename Matrix > void test_SaveAndLoad() { Loading