@NonNullByDefault
ByteBuffer backed parameterized tensors.See: Description
| Interface | Description |
|---|---|
| PMatrixByteBuffered3x3DType<T0,T1> |
The type of
PMatrix3x3DType values that are also byte
buffered. |
| PMatrixByteBuffered3x3FType<T0,T1> |
The type of
PMatrix3x3FType values that are also byte
buffered. |
| PMatrixByteBuffered4x4DType<T0,T1> |
The type of
PMatrix4x4DType values that are also byte
buffered. |
| PMatrixByteBuffered4x4FType<T0,T1> |
The type of
PMatrix4x4FType values that are also byte
buffered. |
| PVectorByteBuffered2DType<T> |
The type of
PVector2DType values that are also byte buffered. |
| PVectorByteBuffered2FType<T> |
The type of
PVector2FType values that are also byte buffered. |
| PVectorByteBuffered2IType<T> |
The type of
PVector2IType values that are also byte buffered. |
| PVectorByteBuffered2LType<T> |
The type of
PVector2LType values that are also byte buffered. |
| PVectorByteBuffered3DType<T> |
The type of
PVector3DType values that are also byte buffered. |
| PVectorByteBuffered3FType<T> |
The type of
PVector3FType values that are also byte buffered. |
| PVectorByteBuffered3IType<T> |
The type of
PVector3IType values that are also byte buffered. |
| PVectorByteBuffered3LType<T> |
The type of
PVector3LType values that are also byte buffered. |
| PVectorByteBuffered4DType<T> |
The type of
PVector4DType values that are also byte buffered. |
| PVectorByteBuffered4FType<T> |
The type of
PVector4FType values that are also byte buffered. |
| PVectorByteBuffered4IType<T> |
The type of
PVector4IType values that are also byte buffered. |
| PVectorByteBuffered4LType<T> |
The type of
PVector4LType values that are also byte buffered. |
| Class | Description |
|---|---|
| PMatrixByteBufferedM3x3D<T0,T1> |
A 3x3 matrix type with
double elements, packed into a ByteBuffer. |
| PMatrixByteBufferedM3x3F<T0,T1> |
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
| PMatrixByteBufferedM4x4D<T0,T1> |
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
| PMatrixByteBufferedM4x4F<T0,T1> |
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
| PVectorByteBufferedM2D<T> |
A two-element vector type with
double elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM2F<T> |
A two-element vector type with
float elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM2I<T> |
A three-element vector type with
int elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM2L<T> |
A three-element vector type with
long elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM3D<T> |
A three-element vector type with
double elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM3F<T> |
A four-element vector type with
float elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM3I<T> |
A three-element vector type with
int elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM3L<T> |
A three-element vector type with
long elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM4D<T> |
A four-element vector type with
double elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM4F<T> |
A four-element vector type with
float elements, packed into a
ByteBuffer. |
| PVectorByteBufferedM4I<T> |
A four-element vector type with
int elements, packed into a ByteBuffer. |
| PVectorByteBufferedM4L<T> |
A four-element vector type with
long elements, packed into a
ByteBuffer. |
ByteBuffer backed parameterized tensors.Copyright © 2016 <code@io7m.com> http://io7m.com