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

Macros

#define TEST_ENABLE_TEMPORARY_TRACKING
 

Functions

template<int N, typename XprType >
void use_n_times (const XprType &xpr)
 
template<int N, typename ReferenceType , typename XprType >
bool verify_eval_type (const XprType &, const ReferenceType &)
 
template<typename MatrixType >
void run_nesting_ops_1 (const MatrixType &_m)
 
template<typename MatrixType >
void run_nesting_ops_2 (const MatrixType &_m)
 
 EIGEN_DECLARE_TEST (nesting_ops)
 

Macro Definition Documentation

◆ TEST_ENABLE_TEMPORARY_TRACKING

#define TEST_ENABLE_TEMPORARY_TRACKING

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( nesting_ops  )

◆ run_nesting_ops_1()

template<typename MatrixType >
void run_nesting_ops_1 ( const MatrixType _m)

◆ run_nesting_ops_2()

template<typename MatrixType >
void run_nesting_ops_2 ( const MatrixType _m)

◆ use_n_times()

template<int N, typename XprType >
void use_n_times ( const XprType xpr)

◆ verify_eval_type()

template<int N, typename ReferenceType , typename XprType >
bool verify_eval_type ( const XprType ,
const ReferenceType &   
)