FieldElements.See: Description
| Class | Description |
|---|---|
| Matrices |
Static methods for creating Matrix objects.
|
| Matrix |
An immutable and thread-safe implementation of a real-valued matrix.
|
| Matrix.IdentityBuilder |
A class that allows one to start with an identity matrix, then set specific elements before creating
an immutable Matrix.
|
| Vector |
An immutable and thread-safe implementation of a real-valued vector backed by an array of primitive doubles.
|
| Enum | Description |
|---|---|
| Matrix.Order |
FieldElements.