public interface LUDecomposition
P.multiply(A) == L.multiply(U)
Modifier and Type | Method and Description |
---|---|
LowerTriangularMatrix |
L()
Get the lower triangular matrix L as in the LU decomposition.
|
PermutationMatrix |
P()
Get the permutation matrix P as in P * A = L * U.
|
UpperTriangularMatrix |
U()
Get the upper triangular matrix U as in the LU decomposition.
|
LowerTriangularMatrix L()
UpperTriangularMatrix U()
PermutationMatrix P()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.