#include "main.h"
Go to the source code of this file.
Functions | |
EIGEN_DECLARE_TEST (visitor) | |
template<typename MatrixType > | |
void | matrixVisitor (const MatrixType &p) |
template<typename VectorType > | |
void | vectorVisitor (const VectorType &w) |
EIGEN_DECLARE_TEST | ( | visitor | ) |
Definition at line 176 of file visitor.cpp.
void matrixVisitor | ( | const MatrixType & | p | ) |
Definition at line 12 of file visitor.cpp.
void vectorVisitor | ( | const VectorType & | w | ) |
Definition at line 99 of file visitor.cpp.