#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | matrixVisitor (const MatrixType &p) |
void | test_eigen2_visitor () |
template<typename VectorType > | |
void | vectorVisitor (const VectorType &w) |
void matrixVisitor | ( | const MatrixType & | p | ) |
Definition at line 27 of file eigen2_visitor.cpp.
void test_eigen2_visitor | ( | ) |
Definition at line 115 of file eigen2_visitor.cpp.
void vectorVisitor | ( | const VectorType & | w | ) |
Definition at line 74 of file eigen2_visitor.cpp.