#define CALL_SUBTEST(FUNC)
Definition: main.h:342
#include "sparse.h"

Go to the source code of this file.
Macros | |
| #define | EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
| #define | VERIFY_EVALUATION_COUNT(XPR, N) |
Functions | |
| template<typename Scalar > | |
| void | bug_942 () |
| void | on_temporary_creation () |
| template<typename SparseMatrixType > | |
| void | sparse_product () |
| template<typename SparseMatrixType , typename DenseMatrixType > | |
| void | sparse_product_regression_test () |
| template<typename Real > | |
| void | test_mixing_types () |
| void | test_sparse_product () |
Variables | |
| static long int | nb_temporaries |
| #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
Definition at line 23 of file test/sparse_product.cpp.
| #define VERIFY_EVALUATION_COUNT | ( | XPR, | |
| N | |||
| ) |
Definition at line 27 of file test/sparse_product.cpp.
| void bug_942 | ( | ) |
Definition at line 358 of file test/sparse_product.cpp.
|
inline |
Definition at line 18 of file test/sparse_product.cpp.
| void sparse_product | ( | ) |
Definition at line 36 of file test/sparse_product.cpp.
| void sparse_product_regression_test | ( | ) |
Definition at line 336 of file test/sparse_product.cpp.
| void test_mixing_types | ( | ) |
Definition at line 381 of file test/sparse_product.cpp.
| void test_sparse_product | ( | ) |
Definition at line 462 of file test/sparse_product.cpp.
|
static |
Definition at line 16 of file test/sparse_product.cpp.