edu.emory.mathcs.csparsej.tfloat
Class Scs_lusol
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_lusol
-
public class Scs_lusol extends java.lang.ObjectSolve 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 booleancs_lusol(int order, Scs_common.Scs A, float[] b, float tol)Solves Ax=b, where A is square and nonsingular.
-
-
-
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 matrixb- size n, b on input, x on outputtol- partial pivoting tolerance- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG