edu.emory.mathcs.csparsej.tfloat
Class Scs_cholsol
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_cholsol
-
public class Scs_cholsol extends java.lang.ObjectSolves 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 booleancs_cholsol(int order, Scs_common.Scs A, float[] 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, 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 usedb- right hand side, b is overwritten with solution- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG