- AbstractMatrix1DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract reader for matrices of objects in one dimension.
- AbstractMatrix1DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix1DReader
-
- AbstractMatrix1DWriter<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract writer for matrices of objects in one dimension.
- AbstractMatrix1DWriter() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix1DWriter
-
- AbstractMatrix2DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract reader for matrices of objects in two dimensions.
- AbstractMatrix2DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix2DReader
-
- AbstractMatrix2DWriter<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract writer for matrices of objects in two dimensions.
- AbstractMatrix2DWriter() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix2DWriter
-
- AbstractMatrix3DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract reader for matrices of objects in three dimensions.
- AbstractMatrix3DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix3DReader
-
- AbstractMatrix3DWriter<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract writer for matrices of objects in three dimensions.
- AbstractMatrix3DWriter() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrix3DWriter
-
- AbstractMatrixMarketReader - Class in org.dishevelled.matrix.io.impl
-
Abstract Matrix Market format reader for matrices of doubles in two dimensions.
- AbstractMatrixMarketReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractMatrixMarketReader
-
- AbstractMatrixMarketReader.ReaderStrategy - Interface in org.dishevelled.matrix.io.impl
-
Strategy for handling symmetry structure.
- AbstractSparseTextMatrix1DReader<E> - Class in org.dishevelled.matrix.io.impl.sparse
-
Abstract tab-delimited text reader for sparse matrices of objects in one dimension.
- AbstractSparseTextMatrix1DReader() - Constructor for class org.dishevelled.matrix.io.impl.sparse.AbstractSparseTextMatrix1DReader
-
- AbstractSparseTextMatrix2DReader<E> - Class in org.dishevelled.matrix.io.impl.sparse
-
Abstract tab-delimited text reader for sparse matrices of objects in two dimensions.
- AbstractSparseTextMatrix2DReader() - Constructor for class org.dishevelled.matrix.io.impl.sparse.AbstractSparseTextMatrix2DReader
-
- AbstractSparseTextMatrix3DReader<E> - Class in org.dishevelled.matrix.io.impl.sparse
-
Abstract tab-delimited text reader for sparse matrices of objects in three dimensions.
- AbstractSparseTextMatrix3DReader() - Constructor for class org.dishevelled.matrix.io.impl.sparse.AbstractSparseTextMatrix3DReader
-
- AbstractTextMatrix1DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract tab-delimited text reader for matrices of objects in one dimension.
- AbstractTextMatrix1DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractTextMatrix1DReader
-
- AbstractTextMatrix2DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract tab-delimited text reader for matrices of objects in two dimensions.
- AbstractTextMatrix2DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractTextMatrix2DReader
-
- AbstractTextMatrix3DReader<E> - Class in org.dishevelled.matrix.io.impl
-
Abstract tab-delimited text reader for matrices of objects in three dimensions.
- AbstractTextMatrix3DReader() - Constructor for class org.dishevelled.matrix.io.impl.AbstractTextMatrix3DReader
-
- append(Matrix2D<? extends Number>, T) - Method in class org.dishevelled.matrix.io.impl.MatrixMarketWriter
-
Append the specified 2D matrix to the specified appendable.
- append(Matrix1D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.TextMatrix1DWriter
-
Append the specified 1D matrix to the specified appendable.
- append(Matrix2D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.TextMatrix2DWriter
-
Append the specified 2D matrix to the specified appendable.
- append(Matrix3D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.TextMatrix3DWriter
-
Append the specified 3D matrix to the specified appendable.
- append(Matrix1D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.ValuesMatrix1DWriter
-
Append the specified 1D matrix to the specified appendable.
- append(Matrix2D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.ValuesMatrix2DWriter
-
Append the specified 2D matrix to the specified appendable.
- append(Matrix3D<? extends E>, T) - Method in class org.dishevelled.matrix.io.impl.ValuesMatrix3DWriter
-
Append the specified 3D matrix to the specified appendable.
- append(Matrix1D<? extends E>, T) - Method in interface org.dishevelled.matrix.io.Matrix1DWriter
-
Append the specified 1D matrix to the specified appendable.
- append(Matrix2D<? extends E>, T) - Method in interface org.dishevelled.matrix.io.Matrix2DWriter
-
Append the specified 2D matrix to the specified appendable.
- append(Matrix3D<? extends E>, T) - Method in interface org.dishevelled.matrix.io.Matrix3DWriter
-
Append the specified 3D matrix to the specified appendable.
- read(File) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix1DReader
-
Read a 1D matrix from the specified file.
- read(URL) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix1DReader
-
Read a 1D matrix from the specified URL.
- read(File) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix2DReader
-
Read a 2D matrix from the specified file.
- read(URL) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix2DReader
-
Read a 2D matrix from the specified URL.
- read(File) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix3DReader
-
Read a 3D matrix from the specified file.
- read(URL) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrix3DReader
-
Read a 3D matrix from the specified URL.
- read(InputStream) - Method in class org.dishevelled.matrix.io.impl.AbstractMatrixMarketReader
-
Read a 2D matrix from the specified input stream.
- read(Matrix2D<Double>, long, long, double) - Method in interface org.dishevelled.matrix.io.impl.AbstractMatrixMarketReader.ReaderStrategy
-
Notify this reader strategy that the specified value was read for the specified
matrix at the specified coordinates.
- read(InputStream) - Method in class org.dishevelled.matrix.io.impl.AbstractTextMatrix1DReader
-
Read a 1D matrix from the specified input stream.
- read(InputStream) - Method in class org.dishevelled.matrix.io.impl.AbstractTextMatrix2DReader
-
Read a 2D matrix from the specified input stream.
- read(InputStream) - Method in class org.dishevelled.matrix.io.impl.AbstractTextMatrix3DReader
-
Read a 3D matrix from the specified input stream.
- read(File) - Method in interface org.dishevelled.matrix.io.Matrix1DReader
-
Read a 1D matrix from the specified file.
- read(URL) - Method in interface org.dishevelled.matrix.io.Matrix1DReader
-
Read a 1D matrix from the specified URL.
- read(InputStream) - Method in interface org.dishevelled.matrix.io.Matrix1DReader
-
Read a 1D matrix from the specified input stream.
- read(File) - Method in interface org.dishevelled.matrix.io.Matrix2DReader
-
Read a 2D matrix from the specified file.
- read(URL) - Method in interface org.dishevelled.matrix.io.Matrix2DReader
-
Read a 2D matrix from the specified URL.
- read(InputStream) - Method in interface org.dishevelled.matrix.io.Matrix2DReader
-
Read a 2D matrix from the specified input stream.
- read(File) - Method in interface org.dishevelled.matrix.io.Matrix3DReader
-
Read a 3D matrix from the specified file.
- read(URL) - Method in interface org.dishevelled.matrix.io.Matrix3DReader
-
Read a 3D matrix from the specified URL.
- read(InputStream) - Method in interface org.dishevelled.matrix.io.Matrix3DReader
-
Read a 3D matrix from the specified input stream.