| Package | Description |
|---|---|
| eu.simuline.octave |
This implementation follows the interface in:
http://java.sun.com/javase/6/docs/api/javax/script/package-summary.html
It does not implement it as the code has to work on Java 5.0.
|
| eu.simuline.octave.exception |
The exceptions here are still very close 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 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
OctaveObjects. |
| 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. |
| Class and Description |
|---|
| OctaveObject
Common interface for the octave objects.
|
| Class and Description |
|---|
| OctaveObject
Common interface for the octave objects.
|
| Class and Description |
|---|
| OctaveObject
Common interface for the octave objects.
|
| Class and 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.
|
| Class and Description |
|---|
| OctaveObject
Common interface for the octave objects.
|
| Class and 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.
|
| Class and Description |
|---|
| OctaveComplex
Represents a complex matrix.
|
| OctaveDouble
Represents a matrix of doubles.
|
| OctaveObject
Common interface for the octave objects.
|
| Class and Description |
|---|
| OctaveObject
Common interface for the octave objects.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.