Source: tests/dense/potrf_singular.cpp
18 #include <tests/myratest.h> 22 ADD_TEST(
"potrf_singular",
"[dense][lapack]")
25 REQUIRE_EXCEPTION( potrf_inplace(
'L',
'R',A); );
Cholesky factorization routines for positive definite matrices.
static Matrix< Number > zeros(int I, int J)
Generates a zeros Matrix of specified size.
Definition: Matrix.cpp:357
General purpose dense matrix container, O(i*j) storage.
Results: [PASS]
Go back to Summary of /test programs.