There is no summary.
Name | Description | |
---|---|---|
![]() |
Matrix<T> | Class for storing dense matrices |
![]() |
MatrixUtils | Utilities to work with matrices |
![]() |
SparseBooleanMatrix | Sparse representation of a boolean matrix. Fast row-wise access is possible. Indexes are zero-based. |
![]() |
SparseMatrix<T> | Class for storing sparse matrices. The data is stored in row-major mode. Indexes are zero-based. |
![]() |
SparseVector<T> | Class for storing sparse vectors. Indexes are zero-based. |
![]() |
VectorUtils | Tools for vector-like data |
![]() |
WeightedItem | Weighted items class |