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

Macros

#define EIGEN_NO_STATIC_ASSERT
 
#define VERIFY_IS_APPROX(a, b)   VERIFY((a)==(b));
 
#define VERIFY_IS_NOT_APPROX(a, b)   VERIFY((a)!=(b));
 

Functions

template<typename MatrixType >
void signed_integer_type_tests (const MatrixType &m)
 
template<typename MatrixType >
void integer_type_tests (const MatrixType &m)
 
template<int >
void integer_types_extra ()
 
 EIGEN_DECLARE_TEST (integer_types)
 

Macro Definition Documentation

◆ EIGEN_NO_STATIC_ASSERT

#define EIGEN_NO_STATIC_ASSERT

◆ VERIFY_IS_APPROX

#define VERIFY_IS_APPROX (   a,
  b 
)    VERIFY((a)==(b));

◆ VERIFY_IS_NOT_APPROX

#define VERIFY_IS_NOT_APPROX (   a,
  b 
)    VERIFY((a)!=(b));

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( integer_types  )

◆ integer_type_tests()

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

◆ integer_types_extra()

template<int >
void integer_types_extra ( )

◆ signed_integer_type_tests()

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