| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixDirect2x2FType
The type of 2x2 matrices with
float elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM2x2F
The default implementation of the
MatrixDirect2x2FType
interface. |
class |
MatrixHeapArrayM2x2F
The default implementation of the
Matrix2x2FType interface. |
| Modifier and Type | Method and Description |
|---|---|
static Matrix2x2FType |
MatrixHeapArrayM2x2F.newMatrix() |
static Matrix2x2FType |
MatrixHeapArrayM2x2F.newMatrixFrom(MatrixReadable2x2FType m) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixByteBuffered2x2FType
The type of
Matrix2x2FType 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. |
Copyright © 2016 <code@io7m.com> http://io7m.com