| 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.matrix |
Representations of matrices:
AbstractGenericMatrix
is the abstract base class of all of them. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractLogicalFloatingPointWriter<T extends AbstractGenericMatrix<?,?>>
Common Writer class for logical and floating point types:
Boolean, Double, ...
|
(package private) class |
AbstractPrimitiveMatrixReader<T extends AbstractGenericMatrix<?,?>>
Common Reader class for matrices of primitive java types:
Boolean, Double, Integer....
|
(package private) class |
AbstractPrimitiveMatrixWriter<T extends AbstractGenericMatrix<?,?>>
Common Writer class for primitive java types: Boolean, Double, Integer....
|
(package private) class |
AbstractPrimitiveScalarReader<T extends AbstractGenericMatrix<?,?>>
Common Reader class for scalars of primitive java types:
Boolean, Double, Integer....
|
| Modifier and Type | Class and Description |
|---|---|
class |
OctaveBoolean
Represents a Boolean matrix.
|
class |
OctaveCell
Nd cells.
|
class |
OctaveDouble
Represents a matrix of doubles.
|
class |
OctaveInt
Represents a matrix of ints.
|
class |
OctaveLong
Represents a matrix of ints.
|
| Constructor and Description |
|---|
OctaveCell(AbstractGenericMatrix<OctaveObject[],it.unimi.dsi.fastutil.objects.ObjectArrayList<OctaveObject>> o) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectMatrix<T>
General matrix with Object values
which serves also as base class for
OctaveCell. |
| Constructor and Description |
|---|
AbstractGenericMatrix(AbstractGenericMatrix<D,L> o)
Copy constructor.
|
AbstractObjectMatrix(AbstractGenericMatrix<T[],it.unimi.dsi.fastutil.objects.ObjectArrayList<T>> o)
Copy constructor.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.