| Package | Description |
|---|---|
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1> PMatrixI3x3D<T0,T1> |
PMatrixI3x3D.identity() |
static <T0,T1> PMatrixI3x3D<T0,T1> |
PMatrixI3x3D.newFromColumns(VectorReadable3DType column_0,
VectorReadable3DType column_1,
VectorReadable3DType column_2)
Construct a new immutable 3x3 matrix from the given columns.
|
static <T0,T1> PMatrixI3x3D<T0,T1> |
PMatrixI3x3D.newFromReadable(PMatrixReadable3x3DType<T0,T1> m)
Construct a new immutable 3x3 matrix from the given readable 3x3 matrix.
|
static <T0,T1> PMatrixI3x3D<T0,T1> |
PMatrixI3x3D.newFromReadableUntyped(MatrixReadable3x3DType m)
Construct a new immutable 3x3 matrix from the given readable 3x3 matrix.
|
Copyright © 2017 <code@io7m.com> http://io7m.com