Go to the source code of this file.
Macros | |
#define | EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
#define | VERIFY_EVALUATION_COUNT(XPR, N) |
Functions | |
void | call_ref () |
template<typename B > | |
EIGEN_DONT_INLINE void | call_ref_1 (Ref< SparseMatrix< float > > a, const B &b) |
template<typename B > | |
EIGEN_DONT_INLINE void | call_ref_2 (const Ref< const SparseMatrix< float > > &a, const B &b) |
template<typename B > | |
EIGEN_DONT_INLINE void | call_ref_3 (const Ref< const SparseMatrix< float >, StandardCompressedFormat > &a, const B &b) |
template<typename B > | |
EIGEN_DONT_INLINE void | call_ref_4 (Ref< SparseVector< float > > a, const B &b) |
template<typename B > | |
EIGEN_DONT_INLINE void | call_ref_5 (const Ref< const SparseVector< float > > &a, const B &b) |
template<typename PlainObjectType > | |
void | check_const_correctness (const PlainObjectType &) |
EIGEN_DECLARE_TEST (sparse_ref) | |
void | on_temporary_creation () |
Variables | |
static long int | nb_temporaries |
#define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
Definition at line 22 of file sparse_ref.cpp.
#define VERIFY_EVALUATION_COUNT | ( | XPR, | |
N | |||
) |
Definition at line 27 of file sparse_ref.cpp.
void call_ref | ( | ) |
Definition at line 62 of file sparse_ref.cpp.
EIGEN_DONT_INLINE void call_ref_1 | ( | Ref< SparseMatrix< float > > | a, |
const B & | b | ||
) |
Definition at line 45 of file sparse_ref.cpp.
EIGEN_DONT_INLINE void call_ref_2 | ( | const Ref< const SparseMatrix< float > > & | a, |
const B & | b | ||
) |
Definition at line 48 of file sparse_ref.cpp.
EIGEN_DONT_INLINE void call_ref_3 | ( | const Ref< const SparseMatrix< float >, StandardCompressedFormat > & | a, |
const B & | b | ||
) |
Definition at line 51 of file sparse_ref.cpp.
EIGEN_DONT_INLINE void call_ref_4 | ( | Ref< SparseVector< float > > | a, |
const B & | b | ||
) |
Definition at line 57 of file sparse_ref.cpp.
EIGEN_DONT_INLINE void call_ref_5 | ( | const Ref< const SparseVector< float > > & | a, |
const B & | b | ||
) |
Definition at line 60 of file sparse_ref.cpp.
void check_const_correctness | ( | const PlainObjectType & | ) |
Definition at line 34 of file sparse_ref.cpp.
EIGEN_DECLARE_TEST | ( | sparse_ref | ) |
Definition at line 129 of file sparse_ref.cpp.
|
inline |
Definition at line 17 of file sparse_ref.cpp.
|
static |
Definition at line 15 of file sparse_ref.cpp.