| Package | Description |
|---|---|
| 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.type |
Contains all octave types which are supported.
|
| eu.simuline.octave.type.cast |
Collection of classes concerned with casts.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) OctaveDouble |
ScalarReader.createOctaveScalar() |
(package private) OctaveDouble |
MatrixReader.createOctaveValue(int[] size) |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveDouble> |
MatrixWriter.javaType() |
| Modifier and Type | Field and Description |
|---|---|
private OctaveDouble |
OctaveComplex.imag |
private OctaveDouble |
OctaveComplex.real |
| Modifier and Type | Method and Description |
|---|---|
static OctaveDouble |
Octave.scalar(double d)
Returns java counterparts of octave scalars.
|
OctaveDouble |
OctaveDouble.shallowCopy() |
OctaveDouble |
OctaveDouble.zero() |
| Constructor and Description |
|---|
OctaveComplex(OctaveDouble r) |
OctaveDouble(OctaveDouble o)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveDouble> |
DoubleToComplexCaster.from() |
| Modifier and Type | Method and Description |
|---|---|
OctaveComplex |
DoubleToComplexCaster.cast(OctaveDouble from) |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.