edu.emory.mathcs.csparsej.tdouble
Class Dcs_entry
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_entry
-
public class Dcs_entry extends java.lang.ObjectAdd an entry to a triplet matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_entry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_entry(Dcs_common.Dcs T, int i, int j, double x)Adds an entry to a triplet matrix.
-
-
-
Method Detail
-
cs_entry
public static boolean cs_entry(Dcs_common.Dcs T, int i, int j, double 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