shoooe / Sor

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

Multidimensional iterators #30

Open shoooe opened 7 years ago

shoooe commented 7 years ago

Algorithms on tensors should use a specific kind of iterator which can move into more than one dimension (X, Y, Z axis for example and not just the regular "X axis" of sequence containers.

This might also need formally defined concepts to support the specification.