T - the type to be written out
which has to extend AbstractGenericMatrix.abstract class AbstractPrimitiveMatrixWriter<T extends AbstractGenericMatrix<?,?>> extends OctaveDataWriter<T>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NCOLUMNS |
protected static String |
NDIMS |
protected static String |
NROWS |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPrimitiveMatrixWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
octaveMatrixType() |
protected abstract String |
octaveScalarType() |
protected void |
saveDataVectorized(Writer writer,
T octaveMatrix) |
void |
write(Writer writer,
T octaveMatrix) |
getOctaveDataWriter, javaTypeprotected static final String NDIMS
protected static final String NROWS
protected static final String NCOLUMNS
protected abstract String octaveMatrixType()
protected abstract String octaveScalarType()
public void write(Writer writer, T octaveMatrix) throws IOException
write in class OctaveDataWriter<T extends AbstractGenericMatrix<?,?>>writer - the Writer to write tooctaveMatrix - the value to writeIOExceptionprotected void saveDataVectorized(Writer writer, T octaveMatrix) throws IOException
IOExceptionCopyright © 2006–2018 Simuline Organization (l2r). All rights reserved.