Documentation of 'mikera.matrixx.decompose.impl.lu.LUPResult' Java class
LUPResult
mikera.matrixx.decompose.impl.lu

Class LUPResult

    • Method Detail

      • getL

        public AMatrix getL()
        Description copied from interface: ILUResult

        Returns the L matrix from the decomposition. This matrix will have ones on the leading diagonal.

        Specified by:
        getL in interface ILUResult
        Returns:
        The L matrix.
      • getU

        public AMatrix getU()
        Description copied from interface: ILUResult

        Returns the U matrix from the decomposition.

        Specified by:
        getU in interface ILUResult
        Returns:
        The U matrix.
      • computeDeterminant

        public double computeDeterminant()
        Description copied from interface: ILUResult
        Computes the determinant from the LU decomposition.
        Specified by:
        computeDeterminant in interface ILUResult
        Returns:
        The matrix's determinant.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.