|
TR-mbed 1.0
|
#include "main.h"Macros | |
| #define | EIGEN_NO_STATIC_ASSERT |
| #define | EIGEN_TESTMAP_MAX_SIZE 256 |
Functions | |
| template<typename VectorType > | |
| void | map_class_vector (const VectorType &m) |
| template<typename MatrixType > | |
| void | map_class_matrix (const MatrixType &m) |
| template<typename VectorType > | |
| void | map_static_methods (const VectorType &m) |
| template<typename PlainObjectType > | |
| void | check_const_correctness (const PlainObjectType &) |
| template<typename Scalar > | |
| void | map_not_aligned_on_scalar () |
| EIGEN_DECLARE_TEST (mapped_matrix) | |
| #define EIGEN_NO_STATIC_ASSERT |
| #define EIGEN_TESTMAP_MAX_SIZE 256 |
| void check_const_correctness | ( | const PlainObjectType & | ) |
| EIGEN_DECLARE_TEST | ( | mapped_matrix | ) |
| void map_class_matrix | ( | const MatrixType & | m | ) |
| void map_class_vector | ( | const VectorType & | m | ) |
| void map_not_aligned_on_scalar | ( | ) |
| void map_static_methods | ( | const VectorType & | m | ) |