Detailed Description
template<typename MatrixType, typename ResultType>
struct internal::compute_inverse< MatrixType, ResultType, 1 >
Definition at line 51 of file Inverse.h.
#include <src/LU/Inverse.h>
List of all members.
Static Public Member Functions |
static void | run (const MatrixType &matrix, ResultType &result) |
Member Function Documentation
template<typename MatrixType , typename ResultType >
static void internal::compute_inverse< MatrixType, ResultType, 1 >::run |
( |
const MatrixType & |
matrix, |
|
|
ResultType & |
result |
|
) |
| [inline, static] |