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

Classes

struct  casting_test< SrcScalar, TgtScalar >
 
struct  casting_test_runner< SrcScalar, EnableIf >
 
struct  casting_test_runner< SrcScalar, typename internal::enable_if<(NumTraits< SrcScalar >::IsComplex)>::type >
 

Macros

#define EIGEN_NO_STATIC_ASSERT
 

Functions

template<typename MatrixType >
void basicStuff (const MatrixType &m)
 
template<typename MatrixType >
void basicStuffComplex (const MatrixType &m)
 
void casting_all ()
 
template<typename Scalar >
void fixedSizeMatrixConstruction ()
 
 EIGEN_DECLARE_TEST (basicstuff)
 

Macro Definition Documentation

◆ EIGEN_NO_STATIC_ASSERT

#define EIGEN_NO_STATIC_ASSERT

Function Documentation

◆ basicStuff()

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

◆ basicStuffComplex()

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

◆ casting_all()

void casting_all ( )

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( basicstuff  )

◆ fixedSizeMatrixConstruction()

template<typename Scalar >
void fixedSizeMatrixConstruction ( )