|
TR-mbed 1.0
|
#include "sparse.h"Macros | |
| #define | EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
| #define | VERIFY_EVALUATION_COUNT(XPR, N) |
Functions | |
| void | on_temporary_creation () |
| template<typename SparseMatrixType > | |
| void | sparse_product () |
| template<typename SparseMatrixType , typename DenseMatrixType > | |
| void | sparse_product_regression_test () |
| template<typename Scalar > | |
| void | bug_942 () |
| template<typename Real > | |
| void | test_mixing_types () |
| EIGEN_DECLARE_TEST (sparse_product) | |
| #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
| #define VERIFY_EVALUATION_COUNT | ( | XPR, | |
| N | |||
| ) |
| void bug_942 | ( | ) |
| EIGEN_DECLARE_TEST | ( | sparse_product | ) |
|
inline |
| void sparse_product | ( | ) |
| void sparse_product_regression_test | ( | ) |
| void test_mixing_types | ( | ) |