![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
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_, PermutationIndex_ > |
LU decomposition of a matrix with complete pivoting, and related features. More... | |
class | Eigen::PartialPivLU< MatrixType_, PermutationIndex_ > |
LU decomposition of a matrix with partial pivoting, and related features. More... | |