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