edu.emory.mathcs.csparsej.tfloat
Class Scs_lsolve
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_lsolve
-
public class Scs_lsolve extends java.lang.ObjectSolve a lower triangular system Lx=b.
-
-
Constructor Summary
Constructors Constructor and Description Scs_lsolve()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_lsolve(Scs_common.Scs L, float[] x)Solves a lower triangular system Lx=b where x and b are dense.
-
-
-
Method Detail
-
cs_lsolve
public static boolean cs_lsolve(Scs_common.Scs L, float[] x)
Solves a lower triangular system Lx=b where x and b are dense. x=b on input, solution on output.- Parameters:
L- column-compressed, lower triangular matrixx- size n, right hand side on input, solution on output- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG