| 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.
|
| Modifier and Type | Interface and 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 and Description |
|---|---|
class |
PVector4L<T>
The type of 4D
long-typed vectors. |
| Modifier and Type | Method and 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 and Description |
|---|---|
interface |
Vector4LType
The type of 4D
long-typed vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector4L
The type of 4D
long-typed vectors. |
| Modifier and Type | Method and 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 and Description |
|---|---|
interface |
PVectorStorageIntegral4Type<T>
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorStorageIntegral4Type
The type of mutable 4D integral number vectors.
|
| Modifier and Type | Interface and 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 and 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.
|
Copyright © 2017 <code@io7m.com> http://io7m.com