#include "main.h"
Go to the source code of this file.
Functions | |
template<typename VectorType > | |
void | check_extremity_accuracy (const VectorType &v, const typename VectorType::Scalar &low, const typename VectorType::Scalar &high) |
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) |
void check_extremity_accuracy | ( | const VectorType & | v, |
const typename VectorType::Scalar & | low, | ||
const typename VectorType::Scalar & | high | ||
) |
Definition at line 37 of file nullary.cpp.
bool equalsIdentity | ( | const MatrixType & | A | ) |
Definition at line 14 of file nullary.cpp.
void test_nullary | ( | ) |
Definition at line 224 of file nullary.cpp.
void testMatrixType | ( | const MatrixType & | m | ) |
Definition at line 197 of file nullary.cpp.
void testVectorType | ( | const VectorType & | base | ) |
Definition at line 64 of file nullary.cpp.