| Package | Description |
|---|---|
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
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,V extends PVectorWritable3DType<T1>> |
PMatrixM3x3D.multiplyVector3D(PMatrixM3x3D.ContextPM3D context,
PMatrixReadable3x3DType<T0,T1> m,
PVectorReadable3DType<T0> v,
V out)
Multiply the matrix
m with the vector v, writing the
resulting vector to out. |
Copyright © 2016 <code@io7m.com> http://io7m.com