| Interface | Description |
|---|---|
| Matrix.ElementVisitorFunction |
Functional interface that visits every non-zero element in this matrix.
|
| Matrix.ReadOnlyElementVisitorFunction |
Functional interface that visits every non-zero element in this matrix.
|
| MatrixNonZeroElementRowIterator |
Interface for iterating through the nonzero elements of a matrix row.
|
| Class | Description |
|---|---|
| ColumnVector |
Represents a linear algebra vector.
|
| DenseMatrix |
Represents a dense matrix.
|
| Matrix |
Abstract matrix class.
|
| MatrixElement |
Represents a matrix element consisting of row, a column, and a value.
|
| SparseBitmap |
This is a wrapper for the EWAHCompressedBitmap.
|
| SparseMatrix |
Represents a sparse matrix.
|