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