Dense linear problems and decompositions » Reference » LU module module

Contents

This module includes LU decomposition and related notions such as matrix inversion and determinant. This module defines the following MatrixBase methods:

#include <Eigen/LU>

Classes

template<typename _MatrixType>
class Eigen::FullPivLU
LU decomposition of a matrix with complete pivoting, and related features.
template<typename _MatrixType>
class Eigen::PartialPivLU
LU decomposition of a matrix with partial pivoting, and related features.