#include "sparse_product.cpp"
#include <Eigen/SparseExtra>
Go to the source code of this file.
|
template<typename SparseMatrixType > |
void | check_marketio () |
|
template<typename VectorType > |
void | check_marketio_vector () |
|
| EIGEN_DECLARE_TEST (sparse_extra) |
|
template<typename SparseMatrixType > |
void | sparse_extra (const SparseMatrixType &ref) |
|
template<typename SetterType , typename DenseType , typename T > |
bool | test_random_setter (DynamicSparseMatrix< T > &sm, const DenseType &ref, const std::vector< Vector2i > &nonzeroCoords) |
|
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) |
|
◆ EIGEN_NO_DEPRECATED_WARNING
#define EIGEN_NO_DEPRECATED_WARNING |
◆ EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT
#define EIGEN_SPARSE_PRODUCT_IGNORE_TEMPORARY_COUNT |
◆ check_marketio()
template<typename SparseMatrixType >
◆ check_marketio_vector()
template<typename VectorType >
void check_marketio_vector |
( |
| ) |
|
◆ EIGEN_DECLARE_TEST()
◆ sparse_extra()
template<typename SparseMatrixType >
void sparse_extra |
( |
const SparseMatrixType & |
ref | ) |
|
◆ test_random_setter() [1/2]
template<typename SetterType , typename DenseType , typename T >
bool test_random_setter |
( |
DynamicSparseMatrix< T > & |
sm, |
|
|
const DenseType & |
ref, |
|
|
const std::vector< Vector2i > & |
nonzeroCoords |
|
) |
| |
◆ test_random_setter() [2/2]
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 |
|
) |
| |