Package org.ujmp.core.io
Class ExportMatrixSPARSECSV
java.lang.Object
org.ujmp.core.io.ExportMatrixSPARSECSV
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
separator
-
-
Constructor Details
-
ExportMatrixSPARSECSV
public ExportMatrixSPARSECSV()
-
-
Method Details
-
toFile
- Throws:
IOException
-
toStream
public static void toStream(OutputStream outputStream, Matrix matrix, Object... parameters) throws IOException - Throws:
IOException
-
toWriter
- Throws:
IOException
-