| Package | Description |
|---|---|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Matrix2x2D.Builder |
Matrix2x2D.builder() |
Creates a builder for
Matrix2x2D. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.from(Matrix2x2DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.Matrix2x2DType instance. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.from(MatrixReadable2x2DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2DType instance. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.setR0c0(double r0c0) |
Initializes the value for the
r0c0 attribute. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.setR0c1(double r0c1) |
Initializes the value for the
r0c1 attribute. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.setR1c0(double r1c0) |
Initializes the value for the
r1c0 attribute. |
Matrix2x2D.Builder |
Matrix2x2D.Builder.setR1c1(double r1c1) |
Initializes the value for the
r1c1 attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com