#include "main.h"
Go to the source code of this file.
Macros | |
#define | EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value); } |
Functions | |
EIGEN_DECLARE_TEST (linearstructure) | |
template<typename MatrixType > | |
void | linearStructure (const MatrixType &m) |
template<int > | |
void | linearstructure_overflow () |
template<typename MatrixType > | |
void | real_complex (DenseIndex rows=MatrixType::RowsAtCompileTime, DenseIndex cols=MatrixType::ColsAtCompileTime) |
Variables | |
static bool | g_called |
#define EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value); } |
Definition at line 12 of file linearstructure.cpp.
EIGEN_DECLARE_TEST | ( | linearstructure | ) |
Definition at line 126 of file linearstructure.cpp.
void linearStructure | ( | const MatrixType & | m | ) |
Definition at line 16 of file linearstructure.cpp.
void linearstructure_overflow | ( | ) |
Definition at line 114 of file linearstructure.cpp.
void real_complex | ( | DenseIndex | rows = MatrixType::RowsAtCompileTime , |
DenseIndex | cols = MatrixType::ColsAtCompileTime |
||
) |
Definition at line 76 of file linearstructure.cpp.
|
static |
Definition at line 11 of file linearstructure.cpp.