Inverse.h File Reference
Go to the source code of this file.
Classes |
struct | ei_compute_inverse< Derived, OtherDerived, Size > |
struct | ei_compute_inverse< Derived, OtherDerived, 1 > |
struct | ei_compute_inverse< Derived, OtherDerived, 2 > |
struct | ei_compute_inverse< Derived, OtherDerived, 3 > |
struct | ei_compute_inverse< Derived, OtherDerived, 4 > |
struct | ei_compute_inverse_in_size4_case< Derived, OtherDerived, Scalar > |
Functions |
template<typename XprType , typename MatrixType > |
void | ei_compute_inverse_in_size2_case (const XprType &matrix, MatrixType *result) |
template<typename XprType , typename MatrixType > |
bool | ei_compute_inverse_in_size2_case_with_check (const XprType &matrix, MatrixType *result) |
template<typename Derived , typename OtherDerived > |
void | ei_compute_inverse_in_size3_case (const Derived &matrix, OtherDerived *result) |
Function Documentation
template<typename XprType , typename MatrixType >
void ei_compute_inverse_in_size2_case |
( |
const XprType & |
matrix, |
|
|
MatrixType * |
result | |
|
) |
| | [inline] |
template<typename XprType , typename MatrixType >
bool ei_compute_inverse_in_size2_case_with_check |
( |
const XprType & |
matrix, |
|
|
MatrixType * |
result | |
|
) |
| | [inline] |
template<typename Derived , typename OtherDerived >
void ei_compute_inverse_in_size3_case |
( |
const Derived & |
matrix, |
|
|
OtherDerived * |
result | |
|
) |
| | [inline] |