|
TR-mbed 1.0
|
#include "main.h"Functions | |
| template<typename MatrixType > | |
| void | array_for_matrix (const MatrixType &m) |
| template<typename MatrixType > | |
| void | comparisons (const MatrixType &m) |
| template<typename VectorType > | |
| void | lpNorm (const VectorType &v) |
| template<typename MatrixType > | |
| void | cwise_min_max (const MatrixType &m) |
| template<typename MatrixTraits > | |
| void | resize (const MatrixTraits &t) |
| template<int > | |
| void | regression_bug_654 () |
| template<int > | |
| void | regrrssion_bug_1410 () |
| EIGEN_DECLARE_TEST (array_for_matrix) | |
| void array_for_matrix | ( | const MatrixType & | m | ) |
| void comparisons | ( | const MatrixType & | m | ) |
| void cwise_min_max | ( | const MatrixType & | m | ) |
| EIGEN_DECLARE_TEST | ( | array_for_matrix | ) |
| void lpNorm | ( | const VectorType & | v | ) |
| void regression_bug_654 | ( | ) |
| void regrrssion_bug_1410 | ( | ) |
| void resize | ( | const MatrixTraits & | t | ) |