| Package | Description |
|---|---|
| eu.simuline.octave.io.impl |
Provides the implementations of the services
specified in
eu.simuline.octave.io.spi;
one for each octave type given in octave via typeinfo. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractLogicalFloatingPointWriter<T extends AbstractGenericMatrix<?,?>>
Common Writer class for logical and floating point types:
Boolean, Double, ...
|
class |
BooleanWriter
The writer for the octave type "bool matrix" (matrix with boolean entries)
and "bool", which is short for "bool scalar",
writing an
OctaveBoolean to a Writer. |
class |
Int32MatrixWriter
|
class |
Int64MatrixWriter
The writer for the octave type "int32 matrix"
writing an
OctaveLong to a Writer. |
class |
MatrixWriter
The writer for the octave types
"matrix" (of double) and "scalar" (of double)
writing an
OctaveDouble to a Writer. |
class |
Uint8MatrixWriter
This is deactivated.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.