| 56 | MatrixPtr<V> rowBlock(SizeR range) const; |
| 57 | |
| 58 | bool binary() const { return this->info_.type() == MatrixInfo::SPARSE_BINARY; } |
| 59 | SArray<I> index() const { return index_; } |
| 60 | SArray<size_t> offset() const { return offset_; } |
| 61 |
no test coverage detected