| 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 |
MatrixDirect4x4DType
The type of 4x4 matrices with
double elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM4x4D
The default implementation of the
MatrixDirect4x4DType
interface. |
class |
MatrixHeapArrayM4x4D
The default implementation of the
Matrix4x4DType interface. |
| Modifier and Type | Method and Description |
|---|---|
static Matrix4x4DType |
MatrixHeapArrayM4x4D.newMatrix() |
static Matrix4x4DType |
MatrixHeapArrayM4x4D.newMatrixFrom(MatrixReadable4x4DType m) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixByteBuffered4x4DType
The type of
Matrix4x4DType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM4x4D
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrixByteBuffered4x4DType<T0,T1>
The type of
PMatrix4x4DType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM4x4D<T0,T1>
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix4x4DType<T0,T1>
The type of 4x4 matrices with
double elements. |
interface |
PMatrixDirect4x4DType<T0,T1>
The type of 4x4 matrices with
double elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM4x4D<T0,T1>
The default implementation of the
PMatrixDirect4x4DType interface. |
class |
PMatrixHeapArrayM4x4D<T0,T1>
The default implementation of the
PMatrix4x4DType interface. |
Copyright © 2015 <code@io7m.com> http://io7m.com