| Package | Description |
|---|---|
| com.io7m.jtensors.bytebuffered.parameterized |
ByteBuffer backed parameterized tensors. |
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrixByteBuffered3x3FType<T0,T1>
The type of
PMatrix3x3FType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3F<T0,T1>
A 3x3 matrix type with
float elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix3x3FType<T0,T1>
The type of 3x3 matrices with
double elements. |
interface |
PMatrixDirect3x3FType<T0,T1>
The type of 3x3 matrices with
float elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3F<T0,T1>
The default implementation of the
PMatrixDirect3x3FType interface. |
class |
PMatrixHeapArrayM3x3F<T0,T1>
The default implementation of the
PMatrix3x3FType interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1,M extends PMatrixWritable3x3FType<T0,T1>> |
PMatrixM3x3F.copy(PMatrixReadable3x3FType<T0,T1> input,
M output)
Copy the contents of the matrix
input to the matrix output,
completely replacing all elements. |
static <T0,T1,MOUT extends PMatrixWritable3x3FType<T1,T0>> |
PMatrixM3x3F.invert(PMatrixM3x3F.ContextPM3F context,
PMatrixReadable3x3FType<T0,T1> m,
MOUT out)
Calculate the inverse of the matrix
m, saving the resulting matrix
to out. |
static <T0,T1,T2,MOUT extends PMatrixWritable3x3FType<T0,T2>> |
PMatrixM3x3F.multiply(PMatrixReadable3x3FType<T1,T2> m0,
PMatrixReadable3x3FType<T0,T1> m1,
MOUT out)
Multiply the matrix
m0 with the matrix m1, writing the
result to out. |
| Modifier and Type | Method and Description |
|---|---|
void |
PMatrixI3x3F.makeMatrix3x3F(PMatrixWritable3x3FType<T0,T1> m)
Write the current matrix into the given mutable matrix.
|
Copyright © 2016 <code@io7m.com> http://io7m.com