Skip to content

Commit

Permalink
Restored Matrix::sparse_proportion() method for back-compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed May 14, 2024
1 parent 9270f74 commit c4edffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/tatami/base/Matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ class Matrix {
bool sparse() const {
return is_sparse();
}

bool sparse_proportion() const {
return is_sparse_proportion();
}
/**
* @endcond
*/
Expand Down

0 comments on commit c4edffb

Please sign in to comment.