See: Description
| Interface | Description |
|---|---|
| MatrixElementOperations<E> |
An interface for specifying the behavior of graph/matrix operations
for a particular element type.
|
| Class | Description |
|---|---|
| GraphMatrixOperations |
Contains methods for performing the analogues of certain matrix operations on
graphs.
|
| RealMatrixElementOperations<E> |
Implements the basic matrix operations on double-precision values.
|