| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PMatrix2x2FType<A,B>
The type of 2x2
float-typed matrices. |
interface |
PMatrixReadable2x2FType<A,B>
The type of 2x2
float-typed matrices. |
| Modifier and Type | Class and Description |
|---|---|
class |
PMatrix2x2F<A,B>
The type of 2x2
float-typed matrices. |
| Modifier and Type | Method and Description |
|---|---|
PMatrix2x2F.Builder<A,B> |
PMatrix2x2F.Builder.from(MatrixReadable2x2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Matrix2x2FType
The type of 2x2
float-typed matrices. |
| Modifier and Type | Class and Description |
|---|---|
class |
Matrix2x2F
The type of 2x2
float-typed matrices. |
| Modifier and Type | Method and Description |
|---|---|
Matrix2x2F.Builder |
Matrix2x2F.Builder.from(MatrixReadable2x2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable2x2FType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com