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

Class Dcs_cholsol



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

      Constructors 
      Constructor and Description
      Dcs_cholsol() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_cholsol(int order, Dcs_common.Dcs A, double[] 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

      • Dcs_cholsol

        public Dcs_cholsol()
    • Method Detail

      • cs_cholsol

        public static boolean cs_cholsol(int order,
                                         Dcs_common.Dcs A,
                                         double[] 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.