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

Interface ILUPResult

  • All Superinterfaces:
    ILUResult
    All Known Implementing Classes:
    LUPResult


    public interface ILUPResult
    extends ILUResult
    Interface for results of LUP decomposition

    LUP Decomposition refactors the original matrix such that:

    PT*L*U = A
    where 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 Detail

      • getP

        PermutationMatrix getP()

        Returns the P matrix from the decomposition.

        Returns:
        The P matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.