| Interface | Description |
|---|---|
| Matrix | |
| MatrixAccess |
This interface defines the methods for accessing entries in a matrix.
|
| MatrixRing |
A matrix ring is the set of all n × n matrices over an arbitrary
Ring R. |
| MatrixTable |
A matrix is represented by a rectangular table structure with accessors.
|
| Class | Description |
|---|---|
| AreMatrices |
These are the boolean operators that take two or more matrices or vectors and compare their properties.
|
| ImmutableMatrix |
This is a read-only view of a
Matrix instance. |
| IsMatrix |
These are the boolean operators that take a matrix or a vector and check if it satisfies a certain property.
|