| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.vectors |
Parameterized vector types.
|
| com.io7m.jtensors.core.unparameterized.vectors |
Unparameterized vector types.
|
| com.io7m.jtensors.storage.api.parameterized.vectors |
Parameterized vector storage types.
|
| com.io7m.jtensors.storage.api.unparameterized.vectors |
Unparameterized vector storage types.
|
| com.io7m.jtensors.storage.bytebuffered |
Tensor ByteBuffered storage implementations.
|
| com.io7m.jtensors.storage.heap |
Heap-based storage implementations.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVector3LType<T> |
The type of 3D
long-typed vectors. |
interface |
PVector4LType<T> |
The type of 4D
long-typed vectors. |
interface |
PVectorReadable3LType<T> |
The type of 3D
long-typed vectors. |
interface |
PVectorReadable4LType<T> |
The type of 4D
long-typed vectors. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PVector3L<T> |
The type of 3D
long-typed vectors. |
class |
PVector4L<T> |
The type of 4D
long-typed vectors. |
| Modifier and Type | Method | Description |
|---|---|---|
PVector3L.Builder<T> |
PVector3L.Builder.from(VectorReadable3LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType instance. |
PVector4L.Builder<T> |
PVector4L.Builder.from(VectorReadable3LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Vector3LType |
The type of 3D
long-typed vectors. |
interface |
Vector4LType |
The type of 4D
long-typed vectors. |
interface |
VectorReadable4LType |
The type of 4D
long-typed vectors. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Vector3L |
The type of 3D
long-typed vectors. |
class |
Vector4L |
The type of 4D
long-typed vectors. |
| Modifier and Type | Method | Description |
|---|---|---|
Vector3L.Builder |
Vector3L.Builder.from(VectorReadable3LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType instance. |
Vector4L.Builder |
Vector4L.Builder.from(VectorReadable3LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVectorStorageIntegral3Type<T> |
The type of mutable 3D integral number vectors.
|
interface |
PVectorStorageIntegral4Type<T> |
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
VectorStorageIntegral3Type |
The type of mutable 3D integral number vectors.
|
interface |
VectorStorageIntegral4Type |
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVectorByteBufferedIntegral3Type<T> |
The type of byte buffer backed integral vectors.
|
interface |
PVectorByteBufferedIntegral4Type<T> |
The type of byte buffer backed integral vectors.
|
interface |
VectorByteBufferedIntegral3Type |
The type of byte buffer backed integral vectors.
|
interface |
VectorByteBufferedIntegral4Type |
The type of byte buffer backed integral vectors.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PVectorMutable3L<T> |
A heap-based vector.
|
class |
PVectorMutable4L<T> |
A heap-based vector.
|
class |
VectorMutable3L |
A heap-based vector.
|
class |
VectorMutable4L |
A heap-based vector.
|
Copyright © 2017 <code@io7m.com> http://io7m.com