| 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 |
|---|---|
OctaveComplex |
ComplexMatrixReader.read(BufferedReader reader) |
OctaveComplex |
ComplexScalarReader.read(BufferedReader reader) |
| Modifier and Type | Method and Description |
|---|---|
OctaveComplex |
OctaveComplex.shallowCopy() |
| Modifier and Type | Method and Description |
|---|---|
private void |
TestOctaveComplex.checkSize(OctaveComplex complex,
int i,
int j) |
private void |
TestOctaveComplex.failGet(OctaveComplex complex,
int i,
int j) |
| Constructor and Description |
|---|
OctaveComplex(OctaveComplex o)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OctaveComplex |
DoubleToComplexCaster.cast(OctaveDouble from) |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveComplex> |
DoubleToComplexCaster.to() |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.