#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 () |
EIGEN_DECLARE_TEST (product_extra) | |
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) |
template<int > | |
void | unaligned_objects () |
template<typename MatrixType > | |
void | zero_sized_objects (const MatrixType &m) |
void aliasing_with_resize | ( | ) |
Definition at line 285 of file product_extra.cpp.
void bug_127 | ( | ) |
Definition at line 198 of file product_extra.cpp.
void bug_1308 | ( | ) |
Definition at line 329 of file product_extra.cpp.
void bug_817 | ( | ) |
Definition at line 222 of file product_extra.cpp.
Index compute_block_size | ( | ) |
Definition at line 271 of file product_extra.cpp.
EIGEN_DECLARE_TEST | ( | product_extra | ) |
Definition at line 371 of file product_extra.cpp.
void mat_mat_scalar_scalar_product | ( | ) |
Definition at line 129 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 263 of file product_extra.cpp.
void unaligned_objects | ( | ) |
Definition at line 232 of file product_extra.cpp.
void zero_sized_objects | ( | const MatrixType & | m | ) |
Definition at line 139 of file product_extra.cpp.