Go to the source code of this file.
Functions | |
EIGEN_DECLARE_TEST (sparseqr) | |
template<typename MatrixType , typename DenseMat > | |
int | generate_sparse_rectangular_problem (MatrixType &A, DenseMat &dA, int maxRows=300, int maxCols=150) |
template<typename Scalar > | |
void | test_sparseqr_scalar () |
EIGEN_DECLARE_TEST | ( | sparseqr | ) |
Definition at line 141 of file sparseqr.cpp.
int generate_sparse_rectangular_problem | ( | MatrixType & | A, |
DenseMat & | dA, | ||
int | maxRows = 300 , |
||
int | maxCols = 150 |
||
) |
Definition at line 13 of file sparseqr.cpp.
void test_sparseqr_scalar | ( | ) |
Definition at line 44 of file sparseqr.cpp.