| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrix3x3FType<A,B> |
The type of 3x3
float-typed matrices. |
interface |
PMatrixReadable3x3FType<A,B> |
The type of 3x3
float-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PMatrix3x3F<A,B> |
The type of 3x3
float-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix3x3FType |
The type of 3x3
float-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Matrix3x3F |
The type of 3x3
float-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
Matrix3x3F.Builder |
Matrix3x3F.Builder.from(MatrixReadable3x3FType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3FType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com