MOAB  4.9.3pre
Eigen::internal::compute_inverse< MatrixType, ResultType, Size > Struct Template Reference

#include <InverseImpl.h>

List of all members.

Static Public Member Functions

static EIGEN_DEVICE_FUNC void run (const MatrixType &matrix, ResultType &result)

Detailed Description

template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
struct Eigen::internal::compute_inverse< MatrixType, ResultType, Size >

Definition at line 23 of file InverseImpl.h.


Member Function Documentation

template<typename MatrixType , typename ResultType , int Size = MatrixType::RowsAtCompileTime>
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();
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines