Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_lu' Java class
Dcs_lu
edu.emory.mathcs.csparsej.tdouble

Class Dcs_lu



  • public class Dcs_lu
    extends java.lang.Object
    Sparse LU factorization.
    • Constructor Detail

      • Dcs_lu

        public Dcs_lu()
    • Method Detail

      • cs_lu

        public static Dcs_common.Dcsn cs_lu(Dcs_common.Dcs A,
                                            Dcs_common.Dcss S,
                                            double tol)
        Sparse LU factorization of a square matrix, PAQ = LU.
        Parameters:
        A - column-compressed matrix
        S - symbolic LU analysis
        tol - partial pivoting threshold (1 for partial pivoting)
        Returns:
        numeric LU factorization, null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.