Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_lu' Java class
Scs_lu
edu.emory.mathcs.csparsej.tfloat

Class Scs_lu



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

      • Scs_lu

        public Scs_lu()
    • Method Detail

      • cs_lu

        public static Scs_common.Scsn cs_lu(Scs_common.Scs A,
                                            Scs_common.Scss S,
                                            float 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.