Package org.ujmp.core.io
Class ExportMatrixPLT
java.lang.Object
org.ujmp.core.io.ExportMatrixPLT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
toStream
(OutputStream outputStream, Matrix matrix, Object... parameters) static void
private static void
-
Constructor Details
-
ExportMatrixPLT
public ExportMatrixPLT()
-
-
Method Details
-
toFile
- Throws:
Exception
-
toStream
public static void toStream(OutputStream outputStream, Matrix matrix, Object... parameters) throws Exception - Throws:
Exception
-
toWriter
- Throws:
Exception
-
writeData
private static void writeData(Writer writer, Matrix matrix, boolean xy, boolean logx, boolean logy) throws Exception - Throws:
Exception
-