edu.emory.mathcs.csparsej.tfloat
Class Scs_entry
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_entry
-
public class Scs_entry extends java.lang.ObjectAdd an entry to a triplet matrix.
-
-
Constructor Summary
Constructors Constructor and Description Scs_entry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_entry(Scs_common.Scs T, int i, int j, float x)Adds an entry to a triplet matrix.
-
-
-
Method Detail
-
cs_entry
public static boolean cs_entry(Scs_common.Scs T, int i, int j, float x)
Adds an entry to a triplet matrix. Memory-space and dimension of T are increased if necessary.- Parameters:
T- triplet matrix; new entry added on outputi- row index of new entryj- column index of new entryx- numerical value of new entry- Returns:
- true if successful, false otherwise
-
-
DMelt 3.0 © DataMelt by jWork.ORG