Uses of Class
eu.simuline.octave.type.OctaveInt
-
Packages that use OctaveInt 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
.eu.simuline.octave.type Contains all octave types which are supported. -
-
Uses of OctaveInt in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveInt Modifier and Type Method Description (package private) OctaveInt
Int32ScalarReader. createOctaveScalar()
(package private) OctaveInt
Int32MatrixReader. createOctaveValue(int[] size)
(package private) OctaveInt
Uint8MatrixReader. createOctaveValue(int[] size)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveInt Modifier and Type Method Description Class<OctaveInt>
Int32MatrixWriter. javaType()
Class<OctaveInt>
Uint8MatrixWriter. javaType()
-
Uses of OctaveInt in eu.simuline.octave.type
Methods in eu.simuline.octave.type that return OctaveInt Modifier and Type Method Description private static OctaveInt
TestOctaveInt. intScalar(int i)
OctaveInt
OctaveInt. shallowCopy()
Constructors in eu.simuline.octave.type with parameters of type OctaveInt Constructor Description OctaveInt(OctaveInt o)
Copy constructor.
-