Macros | Functions | Variables
sparse_basic.cpp File Reference
#include "sparse.h"
Include dependency graph for sparse_basic.cpp:

Go to the source code of this file.

Macros

#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++;
 

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
 

Macro Definition Documentation

◆ EIGEN_SPARSE_ASSIGNMENT_FROM_DENSE_OP_SPARSE_PLUGIN

#define EIGEN_SPARSE_ASSIGNMENT_FROM_DENSE_OP_SPARSE_PLUGIN   g_dense_op_sparse_count++;

Definition at line 17 of file sparse_basic.cpp.

◆ EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_ADD_DENSE_PLUGIN

#define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_ADD_DENSE_PLUGIN   g_dense_op_sparse_count+=10;

Definition at line 18 of file sparse_basic.cpp.

◆ EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_SUB_DENSE_PLUGIN

#define EIGEN_SPARSE_ASSIGNMENT_FROM_SPARSE_SUB_DENSE_PLUGIN   g_dense_op_sparse_count+=20;

Definition at line 19 of file sparse_basic.cpp.

◆ EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN

#define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN   g_realloc_count++;

Definition at line 14 of file sparse_basic.cpp.

Function Documentation

◆ big_sparse_triplet()

template<typename SparseMatrixType >
void big_sparse_triplet ( Index  rows,
Index  cols,
double  density 
)

Definition at line 685 of file sparse_basic.cpp.

◆ bug1105()

template<int >
void bug1105 ( )

Definition at line 711 of file sparse_basic.cpp.

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( sparse_basic  )

Definition at line 727 of file sparse_basic.cpp.

◆ sparse_basic()

template<typename SparseMatrixType >
void sparse_basic ( const SparseMatrixType &  ref)

Definition at line 24 of file sparse_basic.cpp.

Variable Documentation

◆ g_dense_op_sparse_count

long g_dense_op_sparse_count = 0
static

Definition at line 16 of file sparse_basic.cpp.

◆ g_realloc_count

long g_realloc_count = 0
static

Definition at line 13 of file sparse_basic.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:54