#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 | |
template<typename MatrixType > | |
void | linearStructure (const MatrixType &m) |
template<typename MatrixType > | |
void | real_complex (DenseIndex rows=MatrixType::RowsAtCompileTime, DenseIndex cols=MatrixType::ColsAtCompileTime) |
void | test_linearstructure () |
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.
void linearStructure | ( | const MatrixType & | m | ) |
Definition at line 16 of file linearstructure.cpp.
void real_complex | ( | DenseIndex | rows = MatrixType::RowsAtCompileTime , |
DenseIndex | cols = MatrixType::ColsAtCompileTime |
||
) |
Definition at line 76 of file linearstructure.cpp.
void test_linearstructure | ( | ) |
Definition at line 113 of file linearstructure.cpp.
|
static |
Definition at line 11 of file linearstructure.cpp.