#include "main.h"
Go to the source code of this file.
Macros | |
#define | EIGEN_NO_STATIC_ASSERT |
#define | EIGEN_TESTMAP_MAX_SIZE 256 |
Functions | |
template<typename PlainObjectType > | |
void | check_const_correctness (const PlainObjectType &) |
EIGEN_DECLARE_TEST (mapped_matrix) | |
template<typename MatrixType > | |
void | map_class_matrix (const MatrixType &m) |
template<typename VectorType > | |
void | map_class_vector (const VectorType &m) |
template<typename Scalar > | |
void | map_not_aligned_on_scalar () |
template<typename VectorType > | |
void | map_static_methods (const VectorType &m) |
#define EIGEN_NO_STATIC_ASSERT |
Definition at line 11 of file mapped_matrix.cpp.
#define EIGEN_TESTMAP_MAX_SIZE 256 |
Definition at line 16 of file mapped_matrix.cpp.
void check_const_correctness | ( | const PlainObjectType & | ) |
Definition at line 146 of file mapped_matrix.cpp.
EIGEN_DECLARE_TEST | ( | mapped_matrix | ) |
Definition at line 181 of file mapped_matrix.cpp.
void map_class_matrix | ( | const MatrixType & | m | ) |
Definition at line 51 of file mapped_matrix.cpp.
void map_class_vector | ( | const VectorType & | m | ) |
Definition at line 18 of file mapped_matrix.cpp.
void map_not_aligned_on_scalar | ( | ) |
Definition at line 161 of file mapped_matrix.cpp.
void map_static_methods | ( | const VectorType & | m | ) |
Definition at line 121 of file mapped_matrix.cpp.