
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 EIGEN_DEBUG_VAR | ( | x | ) | std::cerr << #x << " = " << x << std::endl; |
Definition at line 37 of file eigen2_prec_inverse_4x4.cpp.
Definition at line 39 of file eigen2_prec_inverse_4x4.cpp.
| void inverse_general_4x4 | ( | int | repeat | ) |
Definition at line 63 of file eigen2_prec_inverse_4x4.cpp.
| void inverse_permutation_4x4 | ( | ) |
Definition at line 44 of file eigen2_prec_inverse_4x4.cpp.
| void test_eigen2_prec_inverse_4x4 | ( | ) |
Definition at line 89 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name | ( | ) |
Definition at line 29 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< double > | ( | ) |
Definition at line 31 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< float > | ( | ) |
Definition at line 30 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< int > | ( | ) |
Definition at line 32 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< std::complex< double > > | ( | ) |
Definition at line 34 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< std::complex< float > > | ( | ) |
Definition at line 33 of file eigen2_prec_inverse_4x4.cpp.
| std::string type_name< std::complex< int > > | ( | ) |
Definition at line 35 of file eigen2_prec_inverse_4x4.cpp.