edu.emory.mathcs.csparsej.tfloat
Class Scs_gaxpy
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_gaxpy
-
public class Scs_gaxpy extends java.lang.ObjectSparse matrix times dense vector.
-
-
Constructor Summary
Constructors Constructor and Description Scs_gaxpy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_gaxpy(Scs_common.Scs A, float[] x, float[] y)Sparse matrix times dense column vector, y = A*x+y.
-
-
-
Method Detail
-
cs_gaxpy
public static boolean cs_gaxpy(Scs_common.Scs A, float[] x, float[] y)
Sparse matrix times dense column vector, y = A*x+y.- Parameters:
A- column-compressed matrixx- size n, vector xy- size m, vector y- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG