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

Functions

template<typename MatrixType >
void array_for_matrix (const MatrixType &m)
 
template<typename MatrixType >
void comparisons (const MatrixType &m)
 
template<typename VectorType >
void lpNorm (const VectorType &v)
 
template<typename MatrixType >
void cwise_min_max (const MatrixType &m)
 
template<typename MatrixTraits >
void resize (const MatrixTraits &t)
 
template<int >
void regression_bug_654 ()
 
template<int >
void regrrssion_bug_1410 ()
 
 EIGEN_DECLARE_TEST (array_for_matrix)
 

Function Documentation

◆ array_for_matrix()

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

◆ comparisons()

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

◆ cwise_min_max()

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

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( array_for_matrix  )

◆ lpNorm()

template<typename VectorType >
void lpNorm ( const VectorType v)

◆ regression_bug_654()

template<int >
void regression_bug_654 ( )

◆ regrrssion_bug_1410()

template<int >
void regrrssion_bug_1410 ( )

◆ resize()

template<typename MatrixTraits >
void resize ( const MatrixTraits &  t)