static interface AbstractMatrixMarketReader.ReaderStrategy
Modifier and Type | Method and Description |
---|---|
int |
cardinality(int entries)
Return the approximate cardinality of the matrix to create for the specified number
of entries in the file.
|
void |
read(Matrix2D<Double> matrix,
long row,
long column,
double value)
Notify this reader strategy that the specified value was read for the specified
matrix at the specified coordinates.
|
int cardinality(int entries)
entries
- number of entries in the fileCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).