Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_load' Java class
Dcs_load
edu.emory.mathcs.csparsej.tdouble

Class Dcs_load



  • public class Dcs_load
    extends java.lang.Object
    Load 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.Dcs cs_load(java.lang.String fileName)
      Loads a triplet matrix T from a file.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dcs_load

        public Dcs_load()
    • 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

You see the box below because you did not login.