Source: tests/dense/getrf_singular.cpp
18 #include <tests/myratest.h> 22 ADD_TEST(
"getrf_singular",
"[dense][lapack]")
27 REQUIRE_EXCEPTION(
auto swaps = getrf_inplace(A); );
static Matrix< Number > random(int I, int J)
Generates a random Matrix of specified size.
Definition: Matrix.cpp:353
General purpose dense matrix container, O(i*j) storage.
General purpose A = P'*L*U decomposition for square Matrix's.
Results: [PASS]
Go back to Summary of /test programs.