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