Uses of Class
eu.simuline.octave.type.OctaveLong
-
Packages that use OctaveLong 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 OctaveLong in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveLong Modifier and Type Method Description (package private) OctaveLong
Int64ScalarReader. createOctaveScalar()
(package private) OctaveLong
Int64MatrixReader. createOctaveValue(int[] size)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveLong Modifier and Type Method Description Class<OctaveLong>
Int64MatrixWriter. javaType()
-
Uses of OctaveLong in eu.simuline.octave.type
Methods in eu.simuline.octave.type that return OctaveLong Modifier and Type Method Description private static OctaveLong
TestOctaveLong. longScalar(long i)
OctaveLong
OctaveLong. shallowCopy()
Constructors in eu.simuline.octave.type with parameters of type OctaveLong Constructor Description OctaveLong(OctaveLong o)
Copy constructor.
-