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

Class Scs_lusol



  • public class Scs_lusol
    extends java.lang.Object
    Solve Ax=b using sparse LU factorization.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_lusol() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_lusol(int order, Scs_common.Scs A, float[] b, float tol)
      Solves Ax=b, where A is square and nonsingular.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scs_lusol

        public Scs_lusol()
    • Method Detail

      • cs_lusol

        public static boolean cs_lusol(int order,
                                       Scs_common.Scs A,
                                       float[] b,
                                       float tol)
        Solves Ax=b, where A is square and nonsingular. b overwritten with solution. Partial pivoting if tol = 1.f
        Parameters:
        order - ordering method to use (0 to 3)
        A - column-compressed matrix
        b - size n, b on input, x on output
        tol - partial pivoting tolerance
        Returns:
        true if successful, false on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.