Uses of Class
eu.simuline.octave.type.OctaveDouble
-
Packages that use OctaveDouble 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.eu.simuline.octave.type.cast Collection of classes concerned with casts. -
-
Uses of OctaveDouble in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveDouble Modifier and Type Method Description (package private) OctaveDouble
ScalarReader. createOctaveScalar()
(package private) OctaveDouble
MatrixReader. createOctaveValue(int[] size)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveDouble Modifier and Type Method Description Class<OctaveDouble>
MatrixWriter. javaType()
-
Uses of OctaveDouble in eu.simuline.octave.type
Fields in eu.simuline.octave.type declared as OctaveDouble Modifier and Type Field Description private OctaveDouble
OctaveComplex. imag
private OctaveDouble
OctaveComplex. real
Methods in eu.simuline.octave.type that return OctaveDouble Modifier and Type Method Description static OctaveDouble
Octave. scalar(double d)
Returns java counterparts of octave scalars.OctaveDouble
OctaveDouble. shallowCopy()
OctaveDouble
OctaveDouble. zero()
Constructors in eu.simuline.octave.type with parameters of type OctaveDouble Constructor Description OctaveComplex(OctaveDouble r)
OctaveDouble(OctaveDouble o)
Copy constructor. -
Uses of OctaveDouble in eu.simuline.octave.type.cast
Methods in eu.simuline.octave.type.cast that return types with arguments of type OctaveDouble Modifier and Type Method Description Class<OctaveDouble>
DoubleToComplexCaster. from()
Methods in eu.simuline.octave.type.cast with parameters of type OctaveDouble Modifier and Type Method Description OctaveComplex
DoubleToComplexCaster. cast(OctaveDouble from)
-