We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa4a99 commit 9ff2d3dCopy full SHA for 9ff2d3d
tests/cpp_unit_tests/test_sparse_lu_solver.cpp
@@ -79,10 +79,10 @@ TEST_CASE("Test Sparse LU solver") {
79
}
80
81
SECTION("Test block(double 2*2) calculation") {
82
- // [ 0 1 1 2 3 4 3 40
83
- // 100 0 7 -1 5 6 4 355
84
- // 1 2 0 200 f f * [ -1 ] = [ -189 ]
85
- // -3 4 3 1 f f * -2 3
+ // [ 0 1 1 2 3 4 3 38
+ // 100 0 7 -1 5 6 4 356
+ // 1 2 0 200 f f * [ -1 ] = [ -389 ]
+ // -3 4 3 1 f f * -2 2
86
// 5 6 f f 1 0 5 44
87
// -7 8 f f 0 100 6 611
88
0 commit comments