public final class MatrixMarketWriter extends AbstractMatrix2DWriter<Number>
| Constructor and Description |
|---|
MatrixMarketWriter() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Appendable> |
append(Matrix2D<? extends Number> matrix,
T appendable)
Append the specified 2D matrix to the specified appendable.
|
write, writepublic <T extends Appendable> T append(Matrix2D<? extends Number> matrix, T appendable) throws IOException
T - extends Appendablematrix - 2D matrix to append, must not be nullappendable - appendable to append the specified 2D matrix to, must not be nullIOException - if an IO error occursCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).