Source: tests/dense/sytrf_singular.cpp
19 #include <tests/myratest.h> 23 ADD_TEST(
"sytrf_singular",
"[dense][lapack]")
31 REQUIRE_EXCEPTION( sytrf_inplace(
'L',
'R',A); );
static Matrix< Number > random(int I, int J)
Generates a random Matrix of specified size.
Definition: Matrix.cpp:353
LDL' decompositions for real symmetric Matrix A (indefinite is fine).
Returns a transposed copy of a Matrix. The inplace version only works on a square operand...
General purpose dense matrix container, O(i*j) storage.
Results: [PASS]
Go back to Summary of /test
programs.