| Interface | Description |
|---|---|
| Matrix |
Base interface for all matrix types.
|
| Class | Description |
|---|---|
| DoubleArray |
An immutable array of
double values. |
| DoubleMatrix |
An immutable two-dimensional array of
double values. |
| DoubleMatrix.Meta |
The meta-bean for
DoubleMatrix. |
| IntArray |
An immutable array of
int values. |
| LongArray |
An immutable array of
long values. |
Wrappers are provided for double[] and double[][].
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.