| 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 | Interface and Description |
|---|---|
interface |
Vector4LType
The type of four-element vectors that are both readable and writable, and
have
long elements |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorM3L
A three-dimensional mutable vector type with integer elements.
|
class |
VectorM4L
A four-dimensional mutable vector type with integer elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorByteBuffered3LType
The type of
Vector3LType values that are also byte buffered. |
interface |
VectorByteBuffered4LType
The type of
Vector4LType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorByteBufferedM3L
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4L
A four-element vector type with
long elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVectorByteBuffered3LType<T>
The type of
PVector3LType values that are also byte buffered. |
interface |
PVectorByteBuffered4LType<T>
The type of
PVector4LType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorByteBufferedM3L<T>
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4L<T>
A four-element vector type with
long elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector3LType<T>
The type of three-element vectors that are both readable and writable, and
have
long elements |
interface |
PVector4LType<T>
The type of four-element vectors that are both readable and writable, and
have
long elements |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorM3L<T>
A three-dimensional mutable vector type with integer elements.
|
class |
PVectorM4L<T>
A four-dimensional mutable vector type with integer elements.
|
Copyright © 2015 <code@io7m.com> http://io7m.com