Documentation of 'mikera.matrixx.decompose.LUP' Java class
LUP
mikera.matrixx.decompose

Class LUP



  • public class LUP
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static ILUPResult decompose(AMatrix A)
      This performs LU decomposition on the given matrix and returns the result as a ILUPResult object
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.