Go to the source code of this file.
Macros | |
#define | EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS |
Functions | |
template<typename MatrixType , typename DenseMat > | |
int | generate_sparse_rectangular_problem (MatrixType &A, DenseMat &dA, int maxRows=300, int maxCols=300) |
template<typename Scalar > | |
void | test_spqr_scalar () |
void | test_spqr_support () |
#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS |
Definition at line 9 of file spqr_support.cpp.
int generate_sparse_rectangular_problem | ( | MatrixType & | A, |
DenseMat & | dA, | ||
int | maxRows = 300 , |
||
int | maxCols = 300 |
||
) |
Definition at line 15 of file spqr_support.cpp.
void test_spqr_scalar | ( | ) |
Definition at line 30 of file spqr_support.cpp.
void test_spqr_support | ( | ) |
Definition at line 60 of file spqr_support.cpp.