Class DefaultMatrixStringImportSource

    • Constructor Detail

      • DefaultMatrixStringImportSource

        public DefaultMatrixStringImportSource​(Matrix matrix,
                                               java.lang.String string)
    • 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