#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 () |
EIGEN_DECLARE_TEST (sparse_product) | |
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 () |
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 360 of file test/sparse_product.cpp.
EIGEN_DECLARE_TEST | ( | sparse_product | ) |
Definition at line 464 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 338 of file test/sparse_product.cpp.
void test_mixing_types | ( | ) |
Definition at line 383 of file test/sparse_product.cpp.
|
static |
Definition at line 16 of file test/sparse_product.cpp.