#include "main.h"
Go to the source code of this file.
Functions | |
| template<typename > | |
| void | aliasing_with_resize () |
| template<int > | |
| void | bug_127 () |
| template<int > | |
| void | bug_1308 () |
| template<int > | |
| void | bug_817 () |
| template<typename T > | |
| Index | compute_block_size () |
| void | mat_mat_scalar_scalar_product () |
| template<typename MatrixType > | |
| void | product_extra (const MatrixType &m) |
| template<typename T > | |
| EIGEN_DONT_INLINE Index | test_compute_block_size (Index m, Index n, Index k) |
| void | test_product_extra () |
| template<int > | |
| void | unaligned_objects () |
| template<typename MatrixType > | |
| void | zero_sized_objects (const MatrixType &m) |
| void aliasing_with_resize | ( | ) |
Definition at line 269 of file product_extra.cpp.
| void bug_127 | ( | ) |
Definition at line 182 of file product_extra.cpp.
| void bug_1308 | ( | ) |
Definition at line 313 of file product_extra.cpp.
| void bug_817 | ( | ) |
Definition at line 206 of file product_extra.cpp.
| Index compute_block_size | ( | ) |
Definition at line 255 of file product_extra.cpp.
| void mat_mat_scalar_scalar_product | ( | ) |
Definition at line 113 of file product_extra.cpp.
| void product_extra | ( | const MatrixType & | m | ) |
Definition at line 12 of file product_extra.cpp.
| EIGEN_DONT_INLINE Index test_compute_block_size | ( | Index | m, |
| Index | n, | ||
| Index | k | ||
| ) |
Definition at line 247 of file product_extra.cpp.
| void test_product_extra | ( | ) |
Definition at line 355 of file product_extra.cpp.
| void unaligned_objects | ( | ) |
Definition at line 216 of file product_extra.cpp.
| void zero_sized_objects | ( | const MatrixType & | m | ) |
Definition at line 123 of file product_extra.cpp.