Uses of Package
eu.simuline.octave.type
-
Packages that use eu.simuline.octave.type Package Description eu.simuline.octave Package provides a factory classOctaveEngineFactory
to create anOctaveEngine
which represents an octave process.eu.simuline.octave.exception The exceptions here are still very closely tied to the implementation of the JavaOctave package, it would be better if they were more related to what the use of the Octave object needed.eu.simuline.octave.io Explanation missingeu.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.io.spi Theeu.simuline.octave.io.spi
package contains service provider interfaces for reading and writing various kinds ofOctaveObject
s.eu.simuline.octave.type Contains all octave types which are supported.eu.simuline.octave.type.cast Collection of classes concerned with casts.eu.simuline.octave.type.matrix Representations of matrices:AbstractGenericMatrix
is the abstract base class of all of them. -
Classes in eu.simuline.octave.type used by eu.simuline.octave Class Description OctaveObject Common interface for the octave objects.OctaveStruct 1x1 struct. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.exception Class Description OctaveObject Common interface for the octave objects. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.io Class Description OctaveObject Common interface for the octave objects. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.io.impl Class Description OctaveBoolean Represents a Boolean matrix.OctaveCell Nd cells.OctaveComplex Represents a complex matrix.OctaveDouble Represents a matrix of doubles.OctaveFake A fake object, the point of this object is to make it easy to create objects that is read without being unfolded into Java.OctaveFunctionHandle A function handle.OctaveInt Represents a matrix of ints.OctaveLong Represents a matrix of ints.OctaveObject Common interface for the octave objects.OctaveSparseBoolean Represents a Boolean matrix and is appropriate for sparse matrices.OctaveString Represents an octave string.OctaveStruct 1x1 struct. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.io.spi Class Description OctaveObject Common interface for the octave objects. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.type Class Description OctaveBoolean Represents a Boolean matrix.OctaveCell Nd cells.OctaveComplex Represents a complex matrix.OctaveDouble Represents a matrix of doubles.OctaveFake A fake object, the point of this object is to make it easy to create objects that is read without being unfolded into Java.OctaveFunctionHandle A function handle.OctaveInt Represents a matrix of ints.OctaveLong Represents a matrix of ints.OctaveObject Common interface for the octave objects.OctaveSparseBoolean Represents a Boolean matrix and is appropriate for sparse matrices.OctaveString Represents an octave string.OctaveStruct 1x1 struct. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.type.cast Class Description OctaveComplex Represents a complex matrix.OctaveDouble Represents a matrix of doubles.OctaveObject Common interface for the octave objects. -
Classes in eu.simuline.octave.type used by eu.simuline.octave.type.matrix Class Description OctaveObject Common interface for the octave objects.