Detailed Description
template<typename MatrixType, typename ResultType>
struct internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 >
Definition at line 257 of file Inverse.h.
#include <src/LU/Inverse.h>
List of all members.
Static Public Member Functions |
static void | run (const MatrixType &matrix, const typename MatrixType::RealScalar &absDeterminantThreshold, ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible) |
Member Function Documentation
template<typename MatrixType , typename ResultType >
static void internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 >::run |
( |
const MatrixType & |
matrix, |
|
|
const typename MatrixType::RealScalar & |
absDeterminantThreshold, |
|
|
ResultType & |
inverse, |
|
|
typename ResultType::Scalar & |
determinant, |
|
|
bool & |
invertible | |
|
) |
| | [inline, static] |