edu.emory.mathcs.csparsej.tfloat
Class Scs_load
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_load
-
public class Scs_load extends java.lang.ObjectLoad a sparse matrix from a file.
-
-
Constructor Summary
Constructors Constructor and Description Scs_load()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Scs_common.Scscs_load(java.lang.String fileName)Loads a triplet matrix T from a file.
-
-
-
Method Detail
-
cs_load
public static Scs_common.Scs 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