| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixByteBufferedM4x4F
A 4x4 matrix type with
float elements, packed into a ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
static MatrixByteBuffered4x4FType |
MatrixByteBufferedM4x4F.newMatrixFromByteBuffer(ByteBuffer b,
long byte_offset)
Return a new matrix that is backed by whatever data is at byte offset
byte_offset in the byte buffer . |
static MatrixByteBuffered4x4FType |
MatrixByteBufferedM4x4F.newMatrixFromByteBufferAndBase(ByteBuffer b,
AtomicLong base,
int offset)
Return a new matrix that is backed by the given byte buffer
b |
Copyright © 2015 <code@io7m.com> http://io7m.com