#include "main.h"
Go to the source code of this file.
Classes | |
struct | Wrapper< MatrixType > |
Macros | |
#define | TEST_ENABLE_TEMPORARY_TRACKING |
Enumerations | |
enum | my_sizes { M = 12, N = 7 } |
Functions | |
template<typename MatrixType > | |
void | ctor_init1 (const MatrixType &m) |
EIGEN_DECLARE_TEST (constructor) | |
#define TEST_ENABLE_TEMPORARY_TRACKING |
Definition at line 11 of file constructor.cpp.
enum my_sizes |
Enumerator | |
---|---|
M | |
N |
Definition at line 23 of file constructor.cpp.
void ctor_init1 | ( | const MatrixType & | m | ) |
Definition at line 25 of file constructor.cpp.
EIGEN_DECLARE_TEST | ( | constructor | ) |
Definition at line 42 of file constructor.cpp.