| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| com.io7m.jtensors.bytebuffered.parameterized |
ByteBuffer backed parameterized tensors. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM2x2D
A 2x2 matrix type with
double elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM2x2F
A 2x2 matrix type with
float elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM3x3D
A 3x3 matrix type with
double elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM3x3F
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM4x4D
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
class |
MatrixByteBufferedM4x4F
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
class |
QuaternionByteBufferedM4D
A quaternion type with
double elements, packed into a ByteBuffer. |
class |
QuaternionByteBufferedM4F
A quaternion type with
float elements, packed into a ByteBuffer. |
class |
VectorByteBufferedM2D
A two-element vector type with
double elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM2F
A two-element vector type with
float elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM2I
A three-element vector type with
int elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM2L
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM3D
A three-element vector type with
double elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM3F
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM3I
A three-element vector type with
int elements, packed into a ByteBuffer. |
class |
VectorByteBufferedM3L
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4D
A four-element vector type with
double elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4F
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4I
A four-element vector type with
int elements, packed into a ByteBuffer. |
class |
VectorByteBufferedM4L
A four-element vector type with
long elements, packed into a
ByteBuffer. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3D<T0,T1>
A 3x3 matrix type with
double elements, packed into a ByteBuffer. |
class |
PMatrixByteBufferedM3x3F<T0,T1>
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
class |
PMatrixByteBufferedM4x4D<T0,T1>
A 4x4 matrix type with
double elements, packed into a ByteBuffer. |
class |
PMatrixByteBufferedM4x4F<T0,T1>
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
class |
PVectorByteBufferedM2D<T>
A two-element vector type with
double elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM2F<T>
A two-element vector type with
float elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM2I<T>
A three-element vector type with
int elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM2L<T>
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3D<T>
A three-element vector type with
double elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3F<T>
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3I<T>
A three-element vector type with
int elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3L<T>
A three-element vector type with
long elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4D<T>
A four-element vector type with
double elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4F<T>
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4I<T>
A four-element vector type with
int elements, packed into a ByteBuffer. |
class |
PVectorByteBufferedM4L<T>
A four-element vector type with
long elements, packed into a
ByteBuffer. |
Copyright © 2016 <code@io7m.com> http://io7m.com