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

Functions

template<typename MatrixType >
bool equalsIdentity (const MatrixType &A)
 
template<typename VectorType >
void check_extremity_accuracy (const VectorType &v, const typename VectorType::Scalar &low, const typename VectorType::Scalar &high)
 
template<typename VectorType >
void testVectorType (const VectorType &base)
 
template<typename MatrixType >
void testMatrixType (const MatrixType &m)
 
template<int >
void bug79 ()
 
template<int >
void bug1630 ()
 
template<int >
void nullary_overflow ()
 
template<int >
void nullary_internal_logic ()
 
 EIGEN_DECLARE_TEST (nullary)
 

Function Documentation

◆ bug1630()

template<int >
void bug1630 ( )

◆ bug79()

template<int >
void bug79 ( )

◆ check_extremity_accuracy()

template<typename VectorType >
void check_extremity_accuracy ( const VectorType v,
const typename VectorType::Scalar low,
const typename VectorType::Scalar high 
)

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( nullary  )

◆ equalsIdentity()

template<typename MatrixType >
bool equalsIdentity ( const MatrixType A)

◆ nullary_internal_logic()

template<int >
void nullary_internal_logic ( )

◆ nullary_overflow()

template<int >
void nullary_overflow ( )

◆ testMatrixType()

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

◆ testVectorType()

template<typename VectorType >
void testVectorType ( const VectorType base)