mikera.matrixx.decompose
Class LUP
- java.lang.Object
-
- mikera.matrixx.decompose.LUP
-
public class LUP extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ILUPResultdecompose(AMatrix A)This performs LU decomposition on the given matrix and returns the result as a ILUPResult object
-
-
-
Method Detail
-
decompose
public static ILUPResult decompose(AMatrix A)
This performs LU decomposition on the given matrix and returns the result as a ILUPResult object- Parameters:
A- The matrix that is to be decomposed. Not modified.- Returns:
- An ILUPResult object that contains L, U and P matrices
-
-
DMelt 3.0 © DataMelt by jWork.ORG