TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
array_reverse.cpp File Reference
#include "main.h"
#include <iostream>

Functions

template<typename MatrixType >
void reverse (const MatrixType &m)
 
template<int >
void array_reverse_extra ()
 
template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job1 (MatrixType &m1, MatrixType &m2)
 
template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job2 (MatrixType &m1, MatrixType &m2)
 
template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job3 (MatrixType &m1, MatrixType &m2)
 
template<int >
void bug1684 ()
 
 EIGEN_DECLARE_TEST (array_reverse)
 

Function Documentation

◆ array_reverse_extra()

template<int >
void array_reverse_extra ( )

◆ bug1684()

template<int >
void bug1684 ( )

◆ bug1684_job1()

template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job1 ( MatrixType m1,
MatrixType m2 
)

◆ bug1684_job2()

template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job2 ( MatrixType m1,
MatrixType m2 
)

◆ bug1684_job3()

template<typename MatrixType >
EIGEN_DONT_INLINE void bug1684_job3 ( MatrixType m1,
MatrixType m2 
)

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( array_reverse  )

◆ reverse()

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