#include "sparse.h"
#include <Eigen/SPQRSupport>
Go to the source code of this file.
◆ EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS
#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS |
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
spqr_support |
| ) |
|
◆ generate_sparse_rectangular_problem()
template<typename MatrixType , typename DenseMat >
int generate_sparse_rectangular_problem |
( |
MatrixType & |
A, |
|
|
DenseMat & |
dA, |
|
|
int |
maxRows = 300 , |
|
|
int |
maxCols = 300 |
|
) |
| |
◆ test_spqr_scalar()
template<typename Scalar >
void test_spqr_scalar |
( |
| ) |
|