#include "sparse.h"
#include <Eigen/SparseExtra>
Go to the source code of this file.
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 () |
void sparse_extra | ( | const SparseMatrixType & | ref | ) |
Definition at line 62 of file sparse_extra.cpp.
bool test_random_setter | ( | SparseMatrix< Scalar, Options > & | sm, |
const DenseType & | ref, | ||
const std::vector< Vector2i > & | nonzeroCoords | ||
) |
Definition at line 29 of file sparse_extra.cpp.
bool test_random_setter | ( | DynamicSparseMatrix< T > & | sm, |
const DenseType & | ref, | ||
const std::vector< Vector2i > & | nonzeroCoords | ||
) |
Definition at line 48 of file sparse_extra.cpp.
void test_sparse_extra | ( | ) |
Definition at line 145 of file sparse_extra.cpp.