| 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 |
PMatrixByteBuffered3x3FType<T0,T1>
The type of
PMatrix3x3FType values that are also byte
buffered. |
interface |
PMatrixByteBuffered4x4FType<T0,T1>
The type of
PMatrix4x4FType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3F<T0,T1>
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
class |
PMatrixByteBufferedM4x4F<T0,T1>
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix3x3FType<T0,T1>
The type of 3x3 matrices with
double elements. |
interface |
PMatrix4x4FType<T0,T1>
The type of 4x4 matrices with
float elements. |
interface |
PMatrixDirect3x3FType<T0,T1>
The type of 3x3 matrices with
float elements that are backed by
direct byte buffers. |
interface |
PMatrixDirect4x4FType<T0,T1>
The type of 4x4 matrices with
float elements that are backed by
direct byte buffers. |
interface |
PMatrixDirectReadable3x3FType<T,U>
'Read' interface to 3x3 direct-memory matrices with
float elements. |
interface |
PMatrixDirectReadable4x4FType<T,U>
'Read' interface to 4x4 direct-memory matrices with
float elements. |
interface |
PMatrixReadable3x3FType<T,U>
'Read' interface to 3x3 matrices with
float elements. |
interface |
PMatrixReadable4x4FType<T,U>
'Read' interface to 4x4 matrices with
float elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3F<T0,T1>
The default implementation of the
PMatrixDirect3x3FType interface. |
class |
PMatrixDirectM4x4F<T0,T1>
The default implementation of the
PMatrixDirect4x4FType interface. |
class |
PMatrixHeapArrayM3x3F<T0,T1>
The default implementation of the
PMatrix3x3FType interface. |
class |
PMatrixHeapArrayM4x4F<T0,T1>
The default implementation of the
PMatrix4x4FType interface. |
class |
PMatrixI3x3F<T0,T1>
An immutable 3x3 matrix type.
|
class |
PMatrixI4x4F<T0,T1>
An immutable 4x4 matrix type.
|
Copyright © 2017 <code@io7m.com> http://io7m.com