|
TR-mbed 1.0
|
#include "sparse.h"Macros | |
| #define | EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++; |
| #define | EIGEN_SPARSE_ASSIGNMENT_FROM_DENSE_OP_SPARSE_PLUGIN g_dense_op_sparse_count++; |
| #define | EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_ADD_DENSE_PLUGIN g_dense_op_sparse_count+=10; |
| #define | EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_SUB_DENSE_PLUGIN g_dense_op_sparse_count+=20; |
Functions | |
| template<typename SparseMatrixType > | |
| void | sparse_basic (const SparseMatrixType &ref) |
| template<typename SparseMatrixType > | |
| void | big_sparse_triplet (Index rows, Index cols, double density) |
| template<int > | |
| void | bug1105 () |
| EIGEN_DECLARE_TEST (sparse_basic) | |
| #define EIGEN_SPARSE_ASSIGNMENT_FROM_DENSE_OP_SPARSE_PLUGIN g_dense_op_sparse_count++; |
| #define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_ADD_DENSE_PLUGIN g_dense_op_sparse_count+=10; |
| #define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_SUB_DENSE_PLUGIN g_dense_op_sparse_count+=20; |
| #define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++; |
| void big_sparse_triplet | ( | Index | rows, |
| Index | cols, | ||
| double | density | ||
| ) |
| void bug1105 | ( | ) |
| EIGEN_DECLARE_TEST | ( | sparse_basic | ) |
| void sparse_basic | ( | const SparseMatrixType & | ref | ) |