#include "sparse_basic.cpp"
#include "sparse_product.cpp"
#include <Eigen/SparseExtra>
Go to the source code of this file.
|
template<typename SparseMatrixType > |
void | sparse_extra (const SparseMatrixType &ref) |
|
template<typename SetterType , typename DenseType , typename Scalar , int Options> |
bool | test_random_setter (SparseMatrix< Scalar, Options > &sm, const DenseType &ref, const std::vector< Vector2i > &nonzeroCoords) |
|
template<typename SetterType , typename DenseType , typename T > |
bool | test_random_setter (DynamicSparseMatrix< T > &sm, const DenseType &ref, const std::vector< Vector2i > &nonzeroCoords) |
|
void | test_sparse_extra () |
|
#define EIGEN_NO_DEPRECATED_WARNING |
template<typename SparseMatrixType >
void sparse_extra |
( |
const SparseMatrixType & |
ref | ) |
|
template<typename SetterType , typename DenseType , typename Scalar , int Options>
bool test_random_setter |
( |
SparseMatrix< Scalar, Options > & |
sm, |
|
|
const DenseType & |
ref, |
|
|
const std::vector< Vector2i > & |
nonzeroCoords |
|
) |
| |
template<typename SetterType , typename DenseType , typename T >
bool test_random_setter |
( |
DynamicSparseMatrix< T > & |
sm, |
|
|
const DenseType & |
ref, |
|
|
const std::vector< Vector2i > & |
nonzeroCoords |
|
) |
| |
void test_sparse_extra |
( |
| ) |
|