Go to the source code of this file.
Functions | |
template<typename MatrixType , typename DenseMat > | |
int | generate_sparse_rectangular_problem (MatrixType &A, DenseMat &dA, int maxRows=300, int maxCols=150) |
void | test_sparseqr () |
template<typename Scalar > | |
void | test_sparseqr_scalar () |
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 | ( | ) |
Definition at line 120 of file sparseqr.cpp.
void test_sparseqr_scalar | ( | ) |
Definition at line 44 of file sparseqr.cpp.