Package org.ujmp.core.io
Class ImportMatrixSPARSECSV
java.lang.Object
org.ujmp.core.io.ImportMatrixSPARSECSV
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Matrix
static final Matrix
fromReader
(Reader reader, Object... parameters) static final Matrix
fromStream
(InputStream stream, Object... parameters) static final Matrix
fromString
(String string, Object... parameters)
-
Constructor Details
-
ImportMatrixSPARSECSV
public ImportMatrixSPARSECSV()
-
-
Method Details
-
fromString
-
fromStream
- Throws:
IOException
-
fromFile
- Throws:
IOException
-
fromReader
-