|
TR-mbed 1.0
|
#include "main.h"Functions | |
| template<typename MatrixType > | |
| bool | equalsIdentity (const MatrixType &A) |
| template<typename VectorType > | |
| void | check_extremity_accuracy (const VectorType &v, const typename VectorType::Scalar &low, const typename VectorType::Scalar &high) |
| template<typename VectorType > | |
| void | testVectorType (const VectorType &base) |
| template<typename MatrixType > | |
| void | testMatrixType (const MatrixType &m) |
| template<int > | |
| void | bug79 () |
| template<int > | |
| void | bug1630 () |
| template<int > | |
| void | nullary_overflow () |
| template<int > | |
| void | nullary_internal_logic () |
| EIGEN_DECLARE_TEST (nullary) | |
| void bug1630 | ( | ) |
| void bug79 | ( | ) |
| void check_extremity_accuracy | ( | const VectorType & | v, |
| const typename VectorType::Scalar & | low, | ||
| const typename VectorType::Scalar & | high | ||
| ) |
| EIGEN_DECLARE_TEST | ( | nullary | ) |
| bool equalsIdentity | ( | const MatrixType & | A | ) |
| void nullary_internal_logic | ( | ) |
| void nullary_overflow | ( | ) |
| void testMatrixType | ( | const MatrixType & | m | ) |
| void testVectorType | ( | const VectorType & | base | ) |