#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
bool | equalsIdentity (const MatrixType &A) |
void | test_nullary () |
template<typename MatrixType > | |
void | testMatrixType (const MatrixType &m) |
template<typename VectorType > | |
void | testVectorType (const VectorType &base) |
bool equalsIdentity | ( | const MatrixType & | A | ) |
Definition at line 28 of file nullary.cpp.
void test_nullary | ( | ) |
Definition at line 115 of file nullary.cpp.
void testMatrixType | ( | const MatrixType & | m | ) |
Definition at line 103 of file nullary.cpp.
void testVectorType | ( | const VectorType & | base | ) |
Definition at line 51 of file nullary.cpp.