Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rank down MatrixObj emulation methods
Reduce the rank of `NumberRows` and `NumberColumns` methods that are meant to emulate the MatrixObj interface for classic plist-of-list matrices. These methods were in some cases ranked higher than their counterparts for compressed matrices, leading to unnecessary overhead for e.g. `NumberRows` when invoked on a compressed matrix.
- Loading branch information