| 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 |
MatrixDirect3x3FType
The type of 3x3 matrices with
float elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM3x3F
The default implementation of the
MatrixDirect3x3FType
interface. |
class |
MatrixHeapArrayM3x3F
The default implementation of the
Matrix3x3FType interface. |
| Modifier and Type | Method and Description |
|---|---|
static Matrix3x3FType |
MatrixHeapArrayM3x3F.newMatrix() |
static Matrix3x3FType |
MatrixHeapArrayM3x3F.newMatrixFrom(MatrixReadable3x3FType m) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixByteBuffered3x3FType
The type of
Matrix3x3FType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM3x3F
A 3x3 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3F<T0,T1>
A 3x3 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 |
PMatrixDirect3x3FType<T0,T1>
The type of 3x3 matrices with
float elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3F<T0,T1>
The default implementation of the
PMatrixDirect3x3FType interface. |
class |
PMatrixHeapArrayM3x3F<T0,T1>
The default implementation of the
PMatrix3x3FType interface. |
Copyright © 2017 <code@io7m.com> http://io7m.com