Package org.ujmp.core.io
Class ImportMatrixATOM
java.lang.Object
org.ujmp.core.io.ImportMatrixATOM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Matrix
static final Matrix
fromStream
(InputStream stream, Object... parameters)
-
Constructor Details
-
ImportMatrixATOM
public ImportMatrixATOM()
-
-
Method Details
-
fromStream
public static final Matrix fromStream(InputStream stream, Object... parameters) throws ParserConfigurationException, SAXException, IOException -
fromFile
public static final Matrix fromFile(File file, Object... parameters) throws ParserConfigurationException, SAXException, IOException
-