Class SparseMatrixEx2.MTXReader

java.lang.Object
com.imsl.test.example.math.SparseMatrixEx2.MTXReader
Enclosing class:
SparseMatrixEx2

public static class SparseMatrixEx2.MTXReader extends Object
Reads a file containing Market format data.
  • Constructor Details

    • MTXReader

      public MTXReader()
  • Method Details

    • read

      public void read(String filename) throws IOException
      Reads a file.
      Parameters:
      filename - a String, the name of the file
      Throws:
      IOException
    • getTypeCode

      public String getTypeCode()