Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::compute_inverse< MatrixType, ResultType, Size > Struct Template Reference

#include <src/eigen/Eigen/src/LU/InverseImpl.h>

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 >

Member Function Documentation

◆ run()

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 
)
inlinestatic
27 {
28 result = matrix.partialPivLu().inverse();
29 }

Referenced by Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 >::run(), and Eigen::internal::Assignment< DstXprType, Inverse< XprType >, internal::assign_op< typename DstXprType::Scalar, typename XprType::Scalar >, Dense2Dense >::run().

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: