|
TR-mbed 1.0
|
#include "main.h"Functions | |
| template<typename MatrixType > | |
| void | product_extra (const MatrixType &m) |
| void | mat_mat_scalar_scalar_product () |
| template<typename MatrixType > | |
| void | zero_sized_objects (const MatrixType &m) |
| template<int > | |
| void | bug_127 () |
| template<int > | |
| void | bug_817 () |
| template<int > | |
| void | unaligned_objects () |
| template<typename T > | |
| EIGEN_DONT_INLINE Index | test_compute_block_size (Index m, Index n, Index k) |
| template<typename T > | |
| Index | compute_block_size () |
| template<typename > | |
| void | aliasing_with_resize () |
| template<int > | |
| void | bug_1308 () |
| EIGEN_DECLARE_TEST (product_extra) | |
| void aliasing_with_resize | ( | ) |
| void bug_127 | ( | ) |
| void bug_1308 | ( | ) |
| void bug_817 | ( | ) |
| EIGEN_DECLARE_TEST | ( | product_extra | ) |
| void mat_mat_scalar_scalar_product | ( | ) |
| void product_extra | ( | const MatrixType & | m | ) |
| void unaligned_objects | ( | ) |
| void zero_sized_objects | ( | const MatrixType & | m | ) |