#include "sparse.h"
Go to the source code of this file.
Functions | |
template<typename SparseMatrixType > | |
void | sparse_product (const SparseMatrixType &ref) |
template<typename SparseMatrixType , typename DenseMatrixType > | |
void | sparse_product_regression_test () |
void | test_sparse_product () |
void sparse_product | ( | const SparseMatrixType & | ref | ) |
Definition at line 27 of file test/sparse_product.cpp.
void sparse_product_regression_test | ( | ) |
Definition at line 141 of file test/sparse_product.cpp.
void test_sparse_product | ( | ) |
Definition at line 162 of file test/sparse_product.cpp.