#include "sparse.h"
Go to the source code of this file.
Functions | |
template<typename SparseMatrixType > | |
void | big_sparse_triplet (Index rows, Index cols, double density) |
template<int > | |
void | bug1105 () |
EIGEN_DECLARE_TEST (sparse_basic) | |
template<typename SparseMatrixType > | |
void | sparse_basic (const SparseMatrixType &ref) |
Variables | |
static long | g_dense_op_sparse_count = 0 |
static long | g_realloc_count = 0 |
#define EIGEN_SPARSE_ASSIGNMENT_FROM_DENSE_OP_SPARSE_PLUGIN g_dense_op_sparse_count++; |
Definition at line 17 of file sparse_basic.cpp.
#define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_ADD_DENSE_PLUGIN g_dense_op_sparse_count+=10; |
Definition at line 18 of file sparse_basic.cpp.
#define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_SUB_DENSE_PLUGIN g_dense_op_sparse_count+=20; |
Definition at line 19 of file sparse_basic.cpp.
#define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++; |
Definition at line 14 of file sparse_basic.cpp.
void big_sparse_triplet | ( | Index | rows, |
Index | cols, | ||
double | density | ||
) |
Definition at line 685 of file sparse_basic.cpp.
void bug1105 | ( | ) |
Definition at line 711 of file sparse_basic.cpp.
EIGEN_DECLARE_TEST | ( | sparse_basic | ) |
Definition at line 727 of file sparse_basic.cpp.
void sparse_basic | ( | const SparseMatrixType & | ref | ) |
Definition at line 24 of file sparse_basic.cpp.
|
static |
Definition at line 16 of file sparse_basic.cpp.
|
static |
Definition at line 13 of file sparse_basic.cpp.