edu.emory.mathcs.csparsej.tdouble
Class Dcs_cholsol
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_cholsol
-
public class Dcs_cholsol extends java.lang.ObjectSolves 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 booleancs_cholsol(int order, Dcs_common.Dcs A, double[] b)Solves Ax=b where A is symmetric positive definite; b is overwritten with solution.
-
-
-
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 usedb- right hand side, b is overwritten with solution- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG