#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 27 of file visitor.cpp.
void test_visitor | ( | ) |
Definition at line 117 of file visitor.cpp.
void vectorVisitor | ( | const VectorType & | w | ) |
Definition at line 75 of file visitor.cpp.