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 86abec1 commit 888321eCopy full SHA for 888321e
tests/cpp_unit_tests/test_sparse_lu_solver.cpp
@@ -299,10 +299,10 @@ TEST_CASE("LU solver with multiple orders of magnitude") {
299
}
300
301
SUBCASE("With small deviations: raises if deviations too small") {
302
- // [ aa ab 0 ]
303
- // [ ba bb (bc)]
304
- // [ 0 (cb) (cc)]
305
- // with aa = ab, bb = aa + delta and (cc) = (bc)
+ // [ aa ab 0 ]
+ // [ ba bb (bc)]
+ // [ 0 (cb) (cc)]
+ // with aa = ab, bb = aa + delta and (cc) = (bc)
306
SUBCASE("Full matrix") {
307
SUBCASE("Small but not too small deviation") {
308
auto data =
0 commit comments