Defines | Functions
eigen2_prec_inverse_4x4.cpp File Reference
#include "main.h"
#include <Eigen/LU>
#include <algorithm>
Include dependency graph for eigen2_prec_inverse_4x4.cpp:

Go to the source code of this file.

Defines

#define EIGEN_DEBUG_VAR(x)   std::cerr << #x << " = " << x << std::endl;

Functions

template<typename T >
NumTraits< T >::Real epsilon ()
template<typename MatrixType >
void inverse_general_4x4 (int repeat)
template<typename MatrixType >
void inverse_permutation_4x4 ()
void test_eigen2_prec_inverse_4x4 ()
template<typename T >
std::string type_name ()
template<>
std::string type_name< double > ()
template<>
std::string type_name< float > ()
template<>
std::string type_name< int > ()
template<>
std::string type_name< std::complex< double > > ()
template<>
std::string type_name< std::complex< float > > ()
template<>
std::string type_name< std::complex< int > > ()

Define Documentation

#define EIGEN_DEBUG_VAR (   x)    std::cerr << #x << " = " << x << std::endl;

Definition at line 37 of file eigen2_prec_inverse_4x4.cpp.


Function Documentation

template<typename T >
NumTraits<T>::Real epsilon ( ) [inline]

Definition at line 39 of file eigen2_prec_inverse_4x4.cpp.

template<typename MatrixType >
void inverse_general_4x4 ( int  repeat)

Definition at line 63 of file eigen2_prec_inverse_4x4.cpp.

template<typename MatrixType >
void inverse_permutation_4x4 ( )

Definition at line 44 of file eigen2_prec_inverse_4x4.cpp.

Definition at line 89 of file eigen2_prec_inverse_4x4.cpp.

template<typename T >
std::string type_name ( )

Definition at line 29 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< double > ( )

Definition at line 31 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< float > ( )

Definition at line 30 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< int > ( )

Definition at line 32 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< std::complex< double > > ( )

Definition at line 34 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< std::complex< float > > ( )

Definition at line 33 of file eigen2_prec_inverse_4x4.cpp.

template<>
std::string type_name< std::complex< int > > ( )

Definition at line 35 of file eigen2_prec_inverse_4x4.cpp.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:45