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

Class Scs_cholsol



  • public class Scs_cholsol
    extends java.lang.Object
    Solves Ax=b where A is symmetric positive definite.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_cholsol() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_cholsol(int order, Scs_common.Scs A, float[] b)
      Solves Ax=b where A is symmetric positive definite; b is overwritten with solution.
      • Methods inherited from class java.lang.Object

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

      • Scs_cholsol

        public Scs_cholsol()
    • Method Detail

      • cs_cholsol

        public static boolean cs_cholsol(int order,
                                         Scs_common.Scs A,
                                         float[] b)
        Solves Ax=b where A is symmetric positive definite; b is overwritten with solution.
        Parameters:
        order - ordering method to use (0 or 1)
        A - column-compressed matrix, symmetric positive definite, only upper triangular part is used
        b - right hand side, b is overwritten with solution
        Returns:
        true if successful, false on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.