Package | Description |
---|---|
eu.simuline.octave |
Package provides a factory class
OctaveEngineFactory to create an OctaveEngine
which represents an octave process. |
eu.simuline.octave.examples | |
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.exec |
Classes related with executing octave.
|
eu.simuline.octave.io |
Explanation missing
|
eu.simuline.octave.io.impl |
Provides the implementations of the services
specified in
eu.simuline.octave.io.spi ;
one for each octave type given in octave via typeinfo . |
eu.simuline.octave.io.spi |
The
eu.simuline.octave.io.spi package
contains service provider interfaces
for reading and writing various kinds of
OctaveObject 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. |
eu.simuline.octave.util |
Package collecting various utility classes.
|