mikera.matrixx.decompose
Interface ILUPResult
-
- All Superinterfaces:
- ILUResult
- All Known Implementing Classes:
- LUPResult
public interface ILUPResult extends ILUResult
Interface for results of LUP decompositionLUP Decomposition refactors the original matrix such that:
PT*L*U = Awhere P is a pivot matrix, L is a lower triangular matrix, U is an upper triangular matrix and A is the original matrix.LUP Decomposition is useful since once the decomposition has been performed linear equations can be quickly solved and the original matrix A inverted. Different algorithms can be selected to perform the decomposition, all will have the same end result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description PermutationMatrixgetP()Returns the P matrix from the decomposition.-
Methods inherited from interface mikera.matrixx.decompose.ILUResult
computeDeterminant, getL, getU
-
-
-
-
Method Detail
-
getP
PermutationMatrix getP()
Returns the P matrix from the decomposition.
- Returns:
- The P matrix.
-
-
DMelt 3.0 © DataMelt by jWork.ORG