| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixDirect3x3DType
The type of 3x3 matrices with
double elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM3x3D
The default implementation of the
MatrixDirect3x3DType
interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrixDirect3x3DType<T0,T1>
The type of 3x3 matrices with
double elements that are backed by
direct byte buffers. |
interface |
PMatrixDirectReadable3x3DType<T,U>
'Read' interface to 3x3 direct-memory matrices with
double elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3D<T0,T1>
The default implementation of the
PMatrixDirect3x3DType interface. |
Copyright © 2016 <code@io7m.com> http://io7m.com