Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Incomplete
-
None
-
None
-
None
-
None
Description
From discussions on the "dev" ML, it seems that it would be advantageous to introduce a method "isSparse()" in "RealVector" and in "RealMatrix".
For "RealVector", it will make sense to use it to select between "iterator()" and "sparseIterator()" in methods implemented in that class.
We could then remove the "SparseRealVector" and "SparseRealMatrix" interfaces.
Attachments
Issue Links
- is part of
-
MATH-765 Refactoring the vector and matrix classes
- Open