edu.emory.mathcs.csparsej.tdouble
Class Dcs_load
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_load
-
public class Dcs_load extends java.lang.ObjectLoad a sparse matrix from a file.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_load()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Dcs_common.Dcscs_load(java.lang.String fileName)Loads a triplet matrix T from a file.
-
-
-
Method Detail
-
cs_load
public static Dcs_common.Dcs cs_load(java.lang.String fileName)
Loads a triplet matrix T from a file. Each line of the file contains three values: a row index i, a column index j, and a numerical value aij. The file is zero-based.- Parameters:
fileName- file name- Returns:
- T if successful, null on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG