| 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.examples | |
| 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.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
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. |
| eu.simuline.octave.util |
Package collecting various utility classes.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.