| 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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) OctaveInt |
Int32ScalarReader.createOctaveScalar() |
(package private) OctaveInt |
Uint8MatrixReader.createOctaveValue(int[] size) |
(package private) OctaveInt |
Int32MatrixReader.createOctaveValue(int[] size) |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveInt> |
Int32MatrixWriter.javaType() |
Class<OctaveInt> |
Uint8MatrixWriter.javaType() |
| Modifier and Type | Method and Description |
|---|---|
private static OctaveInt |
TestOctaveInt.intScalar(int i) |
OctaveInt |
OctaveInt.shallowCopy() |
| Constructor and Description |
|---|
OctaveInt(OctaveInt o)
Copy constructor.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.