| 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 | Class and Description |
|---|---|
class |
VectorM2I
A two-dimensional mutable vector type with integer elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorByteBuffered2IType
The type of
Vector2IType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorByteBufferedM2I
A three-element vector type with
int elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVectorByteBuffered2IType<T>
The type of
PVector2IType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorByteBufferedM2I<T>
A three-element vector type with
int elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector2IType<T>
The type of two-element vectors that are both readable and writable, and
have
int elements |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorM2I<T>
A two-dimensional mutable vector type with integer elements.
|
Copyright © 2015 <code@io7m.com> http://io7m.com