shoooe / Sor

A tensor library written in C++
MIT License
0 stars 0 forks source link

Define tensor views #27

Open shoooe opened 7 years ago

shoooe commented 7 years ago

Tensor views are selections of a specific tensor. Similar to how std::string_view is against std::tensor_view.

shoooe commented 7 years ago

This goes back to the discussion phase because it depends on defining multidimensional iterators.