dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

Add `fixed_dense_shape` (related to #65) #74

Closed dsharlet closed 2 years ago

dsharlet commented 2 years ago

This adds a helper shape type fixed_dense_shape<Extents...> that defines a fully constant shape. I think this is the "hard part" of #65, the rest is easily done in user code.

jiawen commented 2 years ago

Lgtm