Uses of Class
eu.simuline.octave.io.impl.AbstractPrimitiveMatrixReader
-
Packages that use AbstractPrimitiveMatrixReader 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 AbstractPrimitiveMatrixReader in eu.simuline.octave.io.impl
Subclasses of AbstractPrimitiveMatrixReader in eu.simuline.octave.io.impl Modifier and Type Class Description class
BooleanReader
The reader for the octave type "bool matrix" (matrix with boolean entries) reading anOctaveBoolean
from aBufferedReader
. **** the class name should be BoolMatrixReader ****class
Int32MatrixReader
The reader for the octave type "int32 matrix" reading anOctaveInt
from aBufferedReader
.class
Int64MatrixReader
The reader for the octave type "int64 matrix" reading anOctaveLong
from aBufferedReader
.class
MatrixReader
The reader for the octave type "matrix" (of double) reading anOctaveDouble
from aBufferedReader
.class
Uint8MatrixReader
This is deactivated reading anOctaveInt
from aBufferedReader
.
-