shoooe / Sor

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

Add an algorithm to fill a tensor with a generator function #17

Open shoooe opened 7 years ago

shoooe commented 7 years ago

Add a function which given a generator (a function that takes a set of indexes identifying an element in the tensor) it fills the tensor with said generator.

shoooe commented 7 years ago

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