| 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 |
PVector4LType<T> |
The type of 4D
long-typed vectors. |
interface |
PVectorReadable4LType<T> |
The type of 4D
long-typed vectors. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PVector4L<T> |
The type of 4D
long-typed vectors. |
| Modifier and Type | Method | Description |
|---|---|---|
PVector4L.Builder<T> |
PVector4L.Builder.from(VectorReadable4LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Vector4LType |
The type of 4D
long-typed vectors. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Vector4L |
The type of 4D
long-typed vectors. |
| Modifier and Type | Method | Description |
|---|---|---|
Vector4L.Builder |
Vector4L.Builder.from(VectorReadable4LType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVectorStorageIntegral4Type<T> |
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
VectorStorageIntegral4Type |
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVectorByteBufferedIntegral4Type<T> |
The type of byte buffer backed integral vectors.
|
interface |
VectorByteBufferedIntegral4Type |
The type of byte buffer backed integral vectors.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PVectorByteBufferedIntegral4s16<T> |
A storage vector.
|
class |
PVectorByteBufferedIntegral4s32<T> |
A storage vector.
|
class |
PVectorByteBufferedIntegral4s64<T> |
A storage vector.
|
class |
PVectorByteBufferedIntegral4s8<T> |
A storage vector.
|
class |
VectorByteBufferedIntegral4s16 |
A storage vector.
|
class |
VectorByteBufferedIntegral4s32 |
A storage vector.
|
class |
VectorByteBufferedIntegral4s64 |
A storage vector.
|
class |
VectorByteBufferedIntegral4s8 |
A storage vector.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PVectorMutable4L<T> |
A heap-based vector.
|
class |
VectorMutable4L |
A heap-based vector.
|
Copyright © 2017 <code@io7m.com> http://io7m.com