|
TR-mbed 1.0
|
Macros | |
| #define | EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
| #define | VERIFY_EVALUATION_COUNT(XPR, N) |
Functions | |
| void | on_temporary_creation () |
| template<typename PlainObjectType > | |
| void | check_const_correctness (const PlainObjectType &) |
| 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) |
| void | call_ref () |
| EIGEN_DECLARE_TEST (sparse_ref) | |
| #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); } |
| #define VERIFY_EVALUATION_COUNT | ( | XPR, | |
| N | |||
| ) |
| void call_ref | ( | ) |
| EIGEN_DONT_INLINE void call_ref_1 | ( | Ref< SparseMatrix< float > > | a, |
| const B & | b | ||
| ) |
| EIGEN_DONT_INLINE void call_ref_2 | ( | const Ref< const SparseMatrix< float > > & | a, |
| const B & | b | ||
| ) |
| EIGEN_DONT_INLINE void call_ref_3 | ( | const Ref< const SparseMatrix< float >, StandardCompressedFormat > & | a, |
| const B & | b | ||
| ) |
| EIGEN_DONT_INLINE void call_ref_4 | ( | Ref< SparseVector< float > > | a, |
| const B & | b | ||
| ) |
| EIGEN_DONT_INLINE void call_ref_5 | ( | const Ref< const SparseVector< float > > & | a, |
| const B & | b | ||
| ) |
| void check_const_correctness | ( | const PlainObjectType & | ) |
| EIGEN_DECLARE_TEST | ( | sparse_ref | ) |
|
inline |