xtensor-stack / xtensor-sparse

BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Sparse storage and reshape #9

Closed JohanMabille closed 4 years ago

JohanMabille commented 4 years ago

Reshaping can be done in-place but requires recomputing all the indices in the internal map of maps.

JohanMabille commented 4 years ago

Closing this since the internal maps of maps is going to be replaced by a single map.