| 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 | |
| 62 | size_t memSize() const { |
no outgoing calls
no test coverage detected