hameerabbasi / xsparse

XSparse is an experimental XTensor-like C++ sparse-array library.
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Implemented range and offset levels #4

Closed bharath2438 closed 2 years ago

bharath2438 commented 2 years ago

Adds the range level format and the coord_bounds and coord_access level functions. cc @hameerabbasi

hameerabbasi commented 2 years ago

Overall most of this looks good. We're just missing tests and the offset level.