W3cubDocs

/Eigen3

LU module

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

#include <Eigen/LU>
class Eigen::FullPivLU< _MatrixType >
LU decomposition of a matrix with complete pivoting, and related features. More...
class Eigen::PartialPivLU< _MatrixType >
LU decomposition of a matrix with partial pivoting, and related features. More...

© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/group__LU__Module.html