org.ujmp.core.io
Class ImportMatrixSPARSECSV
java.lang.Object
org.ujmp.core.io.ImportMatrixSPARSECSV
public abstract class ImportMatrixSPARSECSV
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportMatrixSPARSECSV
public ImportMatrixSPARSECSV()
fromString
public static final Matrix fromString(String string,
Object... parameters)
throws MatrixException
- Throws:
MatrixException
fromStream
public static final Matrix fromStream(InputStream stream,
Object... parameters)
throws MatrixException,
IOException
- Throws:
MatrixException
IOException
fromFile
public static final Matrix fromFile(File file,
Object... parameters)
throws MatrixException,
IOException
- Throws:
MatrixException
IOException
fromReader
public static final Matrix fromReader(Reader reader,
Object... parameters)
throws MatrixException
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.