Class DefaultMatrixReaderImportSource

    • Constructor Detail

      • DefaultMatrixReaderImportSource

        public DefaultMatrixReaderImportSource​(Matrix matrix,
                                               java.io.Reader reader)
    • Method Detail

      • asDenseCSV

        public Matrix asDenseCSV()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public Matrix asDenseCSV​(char columnSeparator)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public Matrix asDenseCSV​(char columnSeparator,
                                 char enclosingCharacter)
                          throws java.io.IOException
        Throws:
        java.io.IOException