Uses of Class
eu.simuline.octave.io.impl.AbstractPrimitiveMatrixWriter
-
Packages that use AbstractPrimitiveMatrixWriter Package Description eu.simuline.octave.io.impl Provides the implementations of the services specified ineu.simuline.octave.io.spi
; one for each octave type given in octave viatypeinfo
. -
-
Uses of AbstractPrimitiveMatrixWriter in eu.simuline.octave.io.impl
Subclasses of AbstractPrimitiveMatrixWriter in eu.simuline.octave.io.impl Modifier and Type Class 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 anOctaveBoolean
to aWriter
.class
Int32MatrixWriter
class
Int64MatrixWriter
The writer for the octave type "int32 matrix" writing anOctaveLong
to aWriter
.class
MatrixWriter
The writer for the octave types "matrix" (of double) and "scalar" (of double) writing anOctaveDouble
to aWriter
.class
Uint8MatrixWriter
This is deactivated.
-