| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered.parameterized |
ByteBuffer backed parameterized tensors. |
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrixByteBuffered3x3DType<T0,T1>
The type of
PMatrix3x3DType values that are also byte
buffered. |
interface |
PMatrixByteBuffered4x4DType<T0,T1>
The type of
PMatrix4x4DType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3D<T0,T1>
A 3x3 matrix type with
double elements, packed into a ByteBuffer. |
class |
PMatrixByteBufferedM4x4D<T0,T1>
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix3x3DType<T0,T1>
The type of 3x3 matrices with
double elements. |
interface |
PMatrix4x4DType<T0,T1>
The type of 4x4 matrices with
double elements. |
interface |
PMatrixDirect3x3DType<T0,T1>
The type of 3x3 matrices with
double elements that are backed by
direct byte buffers. |
interface |
PMatrixDirect4x4DType<T0,T1>
The type of 4x4 matrices with
double elements that are backed by
direct byte buffers. |
interface |
PMatrixWritable2x2DType<T,U>
'Write' interface to 2x2 matrices with
double elements. |
interface |
PMatrixWritable3x3DType<T,U>
'Write' interface to 3x3 matrices with
double elements. |
interface |
PMatrixWritable4x4DType<T,U>
'Write' interface to 4x4 matrices with
double elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3D<T0,T1>
The default implementation of the
PMatrixDirect3x3DType interface. |
class |
PMatrixDirectM4x4D<T0,T1>
The default implementation of the
PMatrixDirect4x4DType interface. |
class |
PMatrixHeapArrayM3x3D<T0,T1>
The default implementation of the
PMatrix3x3DType interface. |
class |
PMatrixHeapArrayM4x4D<T0,T1>
The default implementation of the
PMatrix4x4DType interface. |
Copyright © 2015 <code@io7m.com> http://io7m.com