![]() |
Eigen
3.4.99 (git rev 69adf26aa3e853418002562f623c42a9c7008271)
|
This module includes LU decomposition and related notions such as matrix inversion and determinant. This module defines the following MatrixBase methods:
Classes | |
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... | |