| Package | Description |
|---|---|
| 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 |
PVectorByteBuffered3IType<T>
The type of
PVector3IType values that are also byte buffered. |
interface |
PVectorByteBuffered4IType<T>
The type of
PVector4IType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorByteBufferedM3I<T>
A three-element vector type with
int elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4I<T>
A four-element vector type with
int elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector4IType<T>
The type of four-element vectors that are both readable and writable, and
have
int elements |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorM3I<T>
A three-dimensional mutable vector type with integer elements.
|
class |
PVectorM4I<T>
A four-dimensional mutable vector type with integer elements.
|
Copyright © 2015 <code@io7m.com> http://io7m.com