|
MOAB
4.9.3pre
|
#include <InverseImpl.h>
Static Public Member Functions | |
| static EIGEN_DEVICE_FUNC void | run (const MatrixType &matrix, ResultType &result) |
Definition at line 23 of file InverseImpl.h.
| static EIGEN_DEVICE_FUNC void Eigen::internal::compute_inverse< MatrixType, ResultType, Size >::run | ( | const MatrixType & | matrix, |
| ResultType & | result | ||
| ) | [inline, static] |
Definition at line 26 of file InverseImpl.h.
{
result = matrix.partialPivLu().inverse();
}