NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

Add `NDIterator<T>` overload with support for specific axis.

Open Nucs opened this issue 6 years ago • 0 comments

NDIterator is useful, we should add an overload that handles specific axis iterator: usage:

new NDIterator<T>(ndarray, axis: 1);

Also add an overload to extension ndarray.AsIterator<T>(axis: 1);

Nucs avatar Oct 12 '19 11:10 Nucs