|
|
typedef tuple_element< 0, Tuple >::type | T |
| |
|
typedef tuple_element< 2, Tuple >::type | I |
| |
|
|
void | SetUp () override |
| |
|
void | addElementOnBlockRowsCols (Eigen::SparseMatrix< T, Opt, I > *m) |
| |
|
void | TestSetWithSearchDynamic (const Eigen::Ref< const Matrix > &sub, bool subTooSmall=false, bool success=true) |
| |
|
void | TestAddWithSearchDynamic (const Eigen::Ref< const Matrix > &sub, bool subTooSmall=false, bool success=true) |
| |
|
template<class T , int n, int m, int Opt> |
| Eigen::Matrix< T, n, m, Opt > | getStaticMatrix () |
| |
|
template<class T , int n, int m, int Opt> |
| Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Opt > | getDynamicMatrix () |
| |
|
template<class T , int n, int m, int Opt> |
| Eigen::SparseMatrix< T, Opt > | getSparseMatrix () |
| |
|
template<class T , int n, int Opt> |
| Eigen::SparseVector< T, Opt > | getSparseVector () |
| |
|
|
static const int | Opt = tuple_element<1, Tuple>::type::value |
| |
|
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixWithoutExtraCoefficients |
| |
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixWithoutExtraCoefficientsExpected |
| |
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixWithExtraCoefficients |
| |
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixWithExtraCoefficientsExpected |
| |
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixTooSmall |
| |
|
Eigen::SparseMatrix< T, Opt, I > | m_matrixMissingCoefficients |
| |
|
I | m_rowId |
| |
|
I | m_columnId |
| |
|
|
static const I | m_n = 4 |
| |
|
static const I | m_m = 4 |
| |
The documentation for this class was generated from the following file: