TR-mbed 1.0
Loading...
Searching...
No Matches
Macros | Functions
linearstructure.cpp File Reference
#include "main.h"

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)
 
template<int >
void linearstructure_overflow ()
 
 EIGEN_DECLARE_TEST (linearstructure)
 

Macro Definition Documentation

◆ EIGEN_SCALAR_BINARY_OP_PLUGIN

#define EIGEN_SCALAR_BINARY_OP_PLUGIN   { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value); }

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( linearstructure  )

◆ linearStructure()

template<typename MatrixType >
void linearStructure ( const MatrixType m)

◆ linearstructure_overflow()

template<int >
void linearstructure_overflow ( )

◆ real_complex()

template<typename MatrixType >
void real_complex ( DenseIndex  rows = MatrixType::RowsAtCompileTime,
DenseIndex  cols = MatrixType::ColsAtCompileTime 
)