FieldElements.See: Description
| Interface | Description |
|---|---|
| Matrix |
A real-valued matrix.
|
| MatrixBuilder |
A builder for a
Matrix object. |
| Vector |
A mathematical vector.
|
| Class | Description |
|---|---|
| QuadraticForm |
Represents a quadratic form (see
section 3.11 here).
|
| Enum | Description |
|---|---|
| Matrix.Layout |
Specifies the layout of the two-dimensional array representation of a matrix.
|
FieldElements.