| 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 |
PMatrixByteBuffered4x4FType<T0,T1>
The type of
PMatrix4x4FType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM4x4F<T0,T1>
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrixDirect4x4FType<T0,T1>
The type of 4x4 matrices with
float elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM4x4F<T0,T1>
The default implementation of the
PMatrixDirect4x4FType interface. |
class |
PMatrixHeapArrayM4x4F<T0,T1>
The default implementation of the
PMatrix4x4FType interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1> PMatrix4x4FType<T0,T1> |
PMatrixHeapArrayM4x4F.newMatrix() |
static <T0,T1> PMatrix4x4FType<T0,T1> |
PMatrixHeapArrayM4x4F.newMatrixFrom(PMatrixReadable4x4FType<T0,T1> m) |
Copyright © 2016 <code@io7m.com> http://io7m.com