| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuaternionByteBuffered4DType
The type of
Quaternion4DType values that are also byte buffered. |
interface |
VectorByteBuffered3DType
The type of
Vector3DType values that are also byte buffered. |
interface |
VectorByteBuffered4DType
The type of
Vector4DType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuaternionByteBufferedM4D
A quaternion type with
double elements, packed into a ByteBuffer. |
class |
VectorByteBufferedM2D
A two-element vector type with
double elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM3D
A three-element vector type with
double elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4D
A four-element vector type with
double elements, packed into a
ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
static VectorByteBuffered2DType |
VectorByteBufferedM2D.newVectorFromByteBuffer(ByteBuffer b,
long byte_offset)
Return a new vector that is backed by whatever data is at byte offset
byte_offset in the byte buffer . |
static VectorByteBuffered2DType |
VectorByteBufferedM2D.newVectorFromByteBufferAndBase(ByteBuffer b,
AtomicLong base,
int offset)
Return a new vector that is backed by the given byte buffer
b |
Copyright © 2015 <code@io7m.com> http://io7m.com