TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
inverse.cpp File Reference
#include "main.h"
#include <Eigen/LU>

Functions

template<typename MatrixType >
void inverse_for_fixed_size (const MatrixType &, typename internal::enable_if< MatrixType::SizeAtCompileTime==Dynamic >::type *=0)
 
template<typename MatrixType >
void inverse_for_fixed_size (const MatrixType &m1, typename internal::enable_if< MatrixType::SizeAtCompileTime!=Dynamic >::type *=0)
 
template<typename MatrixType >
void inverse (const MatrixType &m)
 
template<typename Scalar >
void inverse_zerosized ()
 
 EIGEN_DECLARE_TEST (inverse)
 

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( inverse  )

◆ inverse()

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

◆ inverse_for_fixed_size() [1/2]

template<typename MatrixType >
void inverse_for_fixed_size ( const MatrixType ,
typename internal::enable_if< MatrixType::SizeAtCompileTime==Dynamic >::type *  = 0 
)

◆ inverse_for_fixed_size() [2/2]

template<typename MatrixType >
void inverse_for_fixed_size ( const MatrixType m1,
typename internal::enable_if< MatrixType::SizeAtCompileTime!=Dynamic >::type *  = 0 
)

◆ inverse_zerosized()

template<typename Scalar >
void inverse_zerosized ( )