| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixDirect2x2DType
The type of 2x2 matrices with
double elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixDirectM2x2D
The default implementation of the
MatrixDirect2x2DType
interface. |
class |
MatrixHeapArrayM2x2D
The default implementation of the
Matrix2x2DType interface. |
| Modifier and Type | Method and Description |
|---|---|
static Matrix2x2DType |
MatrixHeapArrayM2x2D.newMatrix() |
static Matrix2x2DType |
MatrixHeapArrayM2x2D.newMatrixFrom(MatrixReadable2x2DType m) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatrixByteBuffered2x2DType
The type of
Matrix2x2DType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM2x2D
A 2x2 matrix type with
double elements, packed into a ByteBuffer. |
Copyright © 2016 <code@io7m.com> http://io7m.com