TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
spqr_support.cpp File Reference
#include "sparse.h"
#include <Eigen/SPQRSupport>

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 ()
 
 EIGEN_DECLARE_TEST (spqr_support)
 

Macro Definition Documentation

◆ EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS

#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS

Function Documentation

◆ 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 ( )