#include <InverseImpl.h>
◆ run()
template<typename MatrixType , typename ResultType , int Size = MatrixType::RowsAtCompileTime>
28 result =
matrix.partialPivLu().inverse();
Eigen::Map< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor >, 0, Eigen::OuterStride<> > matrix(T *data, int rows, int cols, int stride)
Definition: common.h:85
References matrix().
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().
The documentation for this struct was generated from the following file: