Class DefaultMatrixStringLinkSource

    • Constructor Detail

      • DefaultMatrixStringLinkSource

        public DefaultMatrixStringLinkSource​(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