#include "sparse_basic.cpp"
#include "sparse_product.cpp"
#include <Eigen/SparseExtra>
Go to the source code of this file.
Defines | |
#define | EIGEN_NO_DEPRECATED_WARNING |
Functions | |
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 |
Definition at line 12 of file sparse_extra.cpp.
void sparse_extra | ( | const SparseMatrixType & | ref | ) |
Definition at line 50 of file sparse_extra.cpp.
bool test_random_setter | ( | SparseMatrix< Scalar, Options > & | sm, |
const DenseType & | ref, | ||
const std::vector< Vector2i > & | nonzeroCoords | ||
) |
Definition at line 18 of file sparse_extra.cpp.
bool test_random_setter | ( | DynamicSparseMatrix< T > & | sm, |
const DenseType & | ref, | ||
const std::vector< Vector2i > & | nonzeroCoords | ||
) |
Definition at line 36 of file sparse_extra.cpp.
void test_sparse_extra | ( | ) |
Definition at line 133 of file sparse_extra.cpp.