| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.builder()
Creates a builder for
PMatrix3x3F. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.from(MatrixReadable3x3FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType instance. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.from(PMatrix3x3FType<A,B> instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.parameterized.matrices.PMatrix3x3FType<A, B> instance. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR0c0(float r0c0)
Initializes the value for the
r0c0 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR0c1(float r0c1)
Initializes the value for the
r0c1 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR0c2(float r0c2)
Initializes the value for the
r0c2 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR1c0(float r1c0)
Initializes the value for the
r1c0 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR1c1(float r1c1)
Initializes the value for the
r1c1 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR1c2(float r1c2)
Initializes the value for the
r1c2 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR2c0(float r2c0)
Initializes the value for the
r2c0 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR2c1(float r2c1)
Initializes the value for the
r2c1 attribute. |
PMatrix3x3F.Builder<A,B> |
PMatrix3x3F.Builder.setR2c2(float r2c2)
Initializes the value for the
r2c2 attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com