Documentation of 'org.ejml.alg.dense.decomposition.lu.LUDecompositionNR_CD64' Java class
LUDecompositionNR_CD64
org.ejml.alg.dense.decomposition.lu

Class LUDecompositionNR_CD64

    • Constructor Detail

      • LUDecompositionNR_CD64

        public LUDecompositionNR_CD64()
    • Method Detail

      • decompose

        public boolean decompose(CDenseMatrix64F orig)

        This implementation of LU Decomposition uses the algorithm specified below: "Numerical Recipes The Art of Scientific Computing", Third Edition, Pages 48-55

        Parameters:
        orig - The matrix that is to be decomposed. Not modified.
        Returns:
        true If the matrix can be decomposed and false if it can not. It can return true and still be singular.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.