Loading src/UnitTests/Matrices/LambdaMatrixTest.hpp +2 −3 Original line number Diff line number Diff line Loading @@ -172,12 +172,11 @@ void test_GetRow() /** * Prepare lambda matrix of the following form: * * / 1 0 0 0 0 \ * / 1 0 0 0 0 \. * | -2 1 -2 0 0 | * | 0 -2 1 -2 0 | * | 0 0 -2 1 -2 | * | 0 0 0 -2 1 | * \ 0 0 0 0 1 / * \ 0 0 0 0 1 /. */ IndexType size = 5; Loading Loading
src/UnitTests/Matrices/LambdaMatrixTest.hpp +2 −3 Original line number Diff line number Diff line Loading @@ -172,12 +172,11 @@ void test_GetRow() /** * Prepare lambda matrix of the following form: * * / 1 0 0 0 0 \ * / 1 0 0 0 0 \. * | -2 1 -2 0 0 | * | 0 -2 1 -2 0 | * | 0 0 -2 1 -2 | * | 0 0 0 -2 1 | * \ 0 0 0 0 1 / * \ 0 0 0 0 1 /. */ IndexType size = 5; Loading