Uses of Class
eu.simuline.octave.io.impl.AbstractLogicalFloatingPointWriter
-
Packages that use AbstractLogicalFloatingPointWriter 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 AbstractLogicalFloatingPointWriter in eu.simuline.octave.io.impl
Subclasses of AbstractLogicalFloatingPointWriter in eu.simuline.octave.io.impl Modifier and Type Class Description 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
MatrixWriter
The writer for the octave types "matrix" (of double) and "scalar" (of double) writing anOctaveDouble
to aWriter
.
-