| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| 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 |
Matrix2x2FType
The type of 2x2 matrices with
float elements. |
interface |
Matrix3x3FType
The type of 3x3 matrices with
float elements. |
interface |
Matrix4x4FType
The type of 4x4 matrices with
float elements. |
interface |
MatrixDirect2x2FType
The type of 2x2 matrices with
float elements that are backed by
direct byte buffers. |
interface |
MatrixDirect3x3FType
The type of 3x3 matrices with
float elements that are backed by
direct byte buffers. |
interface |
MatrixDirect4x4FType
The type of 4x4 matrices with
float elements that are backed by
direct byte buffers. |
interface |
MatrixWritable2x2FType
'Write' interface to 2x2 matrices with
float elements. |
interface |
MatrixWritable3x3FType
'Write' interface to 3x3 matrices with
float elements. |
interface |
MatrixWritable4x4FType
'Write' interface to 4x4 matrices with
float elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM2x2F
The default implementation of the
MatrixDirect2x2FType
interface. |
class |
MatrixDirectM3x3F
The default implementation of the
MatrixDirect3x3FType
interface. |
class |
MatrixDirectM4x4F
The default implementation of the
MatrixDirect4x4FType
interface. |
class |
MatrixHeapArrayM2x2F
The default implementation of the
Matrix2x2FType interface. |
class |
MatrixHeapArrayM3x3F
The default implementation of the
Matrix3x3FType interface. |
class |
MatrixHeapArrayM4x4F
The default implementation of the
Matrix4x4FType interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixByteBuffered2x2FType
The type of
Matrix2x2FType values that are also byte
buffered. |
interface |
MatrixByteBuffered3x3FType
The type of
Matrix3x3FType values that are also byte
buffered. |
interface |
MatrixByteBuffered4x4FType
The type of
Matrix4x4FType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM2x2F
A 2x2 matrix type with
float elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM3x3F
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM4x4F
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
| 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 |
PMatrixWritable2x2FType<T,U>
'Write' interface to 2x2 matrices with
float elements. |
interface |
PMatrixWritable3x3FType<T,U>
'Write' interface to 3x3 matrices with
float elements. |
interface |
PMatrixWritable4x4FType<T,U>
'Write' interface to 4x4 matrices with
float elements. |
interface |
PMatrixWritableFType<T0,T1>
'Write' interface to 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. |
Copyright © 2016 <code@io7m.com> http://io7m.com