| 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 |
PMatrixByteBuffered3x3DType<T0,T1>
The type of
PMatrix3x3DType values that are also byte
buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixByteBufferedM3x3D<T0,T1>
A 3x3 matrix type with
double elements, packed into a ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix3x3DType<T0,T1>
The type of 3x3 matrices with
double elements. |
interface |
PMatrixDirect3x3DType<T0,T1>
The type of 3x3 matrices with
double elements that are backed by
direct byte buffers. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrixDirectM3x3D<T0,T1>
The default implementation of the
PMatrixDirect3x3DType interface. |
class |
PMatrixHeapArrayM3x3D<T0,T1>
The default implementation of the
PMatrix3x3DType interface. |
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1,M extends PMatrixWritable3x3DType<T0,T1>> |
PMatrixM3x3D.copy(PMatrixReadable3x3DType<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 PMatrixWritable3x3DType<T1,T0>> |
PMatrixM3x3D.invert(PMatrixM3x3D.ContextPM3D context,
PMatrixReadable3x3DType<T0,T1> m,
MOUT out)
Calculate the inverse of the matrix
m, saving the resulting matrix
to out. |
static <T0,T1,T2,MOUT extends PMatrixWritable3x3DType<T0,T2>> |
PMatrixM3x3D.multiply(PMatrixReadable3x3DType<T1,T2> m0,
PMatrixReadable3x3DType<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 |
PMatrixI3x3D.makeMatrix3x3D(PMatrixWritable3x3DType<T0,T1> m)
Write the current matrix into the given mutable matrix.
|
Copyright © 2017 <code@io7m.com> http://io7m.com