| 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 |
PVectorByteBuffered2DType<T>
The type of
PVector2DType values that are also byte buffered. |
interface |
PVectorByteBuffered3DType<T>
The type of
PVector3DType values that are also byte buffered. |
interface |
PVectorByteBuffered4DType<T>
The type of
PVector4DType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorByteBufferedM2D<T>
A two-element vector type with
double elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3D<T>
A three-element vector type with
double elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4D<T>
A four-element vector type with
double elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector3DType<T>
The type of three-element vectors that are both readable and writable, and
have
double elements |
interface |
PVector4DType<T>
The type of four-element vectors that are both readable and writable, and
have
double elements |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorM2D<T>
A two-dimensional mutable vector type with
double elements. |
class |
PVectorM3D<T>
A three-dimensional mutable vector type with
double elements. |
class |
PVectorM4D<T>
A four-dimensional mutable vector type with
double elements. |
Copyright © 2017 <code@io7m.com> http://io7m.com