#include "sparse.h"
Go to the source code of this file.
Macros | |
#define | EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++; |
Functions | |
template<typename SparseMatrixType > | |
void | big_sparse_triplet (Index rows, Index cols, double density) |
template<typename SparseMatrixType > | |
void | sparse_basic (const SparseMatrixType &ref) |
void | test_sparse_basic () |
Variables | |
static long | g_realloc_count = 0 |
#define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++; |
Definition at line 13 of file sparse_basic.cpp.
void big_sparse_triplet | ( | Index | rows, |
Index | cols, | ||
double | density | ||
) |
Definition at line 619 of file sparse_basic.cpp.
void sparse_basic | ( | const SparseMatrixType & | ref | ) |
Definition at line 17 of file sparse_basic.cpp.
void test_sparse_basic | ( | ) |
Definition at line 645 of file sparse_basic.cpp.
|
static |
Definition at line 12 of file sparse_basic.cpp.