Package | Description |
---|---|
org.dishevelled.matrix.io.impl |
Implementations of Matrix*DReader and Matrix*DWriter.
|
org.dishevelled.matrix.io.impl.sparse |
Sparse matrix readers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMatrix2DReader<E>
Abstract reader for matrices of objects in two dimensions.
|
class |
AbstractMatrixMarketReader
Abstract Matrix Market format reader for matrices of doubles in two dimensions.
|
class |
AbstractTextMatrix2DReader<E>
Abstract tab-delimited text reader for matrices of objects in two dimensions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseTextMatrix2DReader<E>
Abstract tab-delimited text reader for sparse matrices of objects in two dimensions.
|
class |
SparseMatrixMarketReader
Matrix Market format reader for sparse matrices of doubles in two dimensions.
|
class |
SparseTextMatrix2DReader<E>
Tab-delimited text reader for sparse matrices of objects in two dimensions.
|
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).