#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | map_class_matrix (const MatrixType &m) |
template<typename VectorType > | |
void | map_class_vector (const VectorType &m) |
template<typename VectorType > | |
void | map_static_methods (const VectorType &m) |
void | test_eigen2_map () |
void map_class_matrix | ( | const MatrixType & | m | ) |
Definition at line 53 of file eigen2_map.cpp.
void map_class_vector | ( | const VectorType & | m | ) |
Definition at line 27 of file eigen2_map.cpp.
void map_static_methods | ( | const VectorType & | m | ) |
Definition at line 81 of file eigen2_map.cpp.
void test_eigen2_map | ( | ) |
Definition at line 108 of file eigen2_map.cpp.