public final class SparseMatrixMarketReader extends AbstractMatrixMarketReader
| Constructor and Description |
|---|
SparseMatrixMarketReader() |
| Modifier and Type | Method and Description |
|---|---|
protected Matrix2D<Double> |
createMatrix2D(long rows,
long columns,
int cardinality)
Create and return a new instance of an implementation of Matrix2D.
|
parse, readread, readprotected Matrix2D<Double> createMatrix2D(long rows, long columns, int cardinality)
createMatrix2D in class AbstractMatrix2DReader<Double>rows - number of rowscolumns - number of columnscardinality - approximate cardinalityCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).