Re: [julia-users] Row/column iterators?

2016-06-27 Thread Tom Breloff
Thanks Tim! I can always count on you to have solutions for everything :) On Mon, Jun 27, 2016 at 11:31 AM, Tim Holy wrote: > In Base there's mapslices, which may already do what you want. > > Something like what you're proposing (but not yet with a nice "high level" > API

Re: [julia-users] Row/column iterators?

2016-06-27 Thread Tim Holy
In Base there's mapslices, which may already do what you want. Something like what you're proposing (but not yet with a nice "high level" API wrapper, since the low-level stuff is still in flux) is already here: https://github.com/timholy/ArrayIteration.jl That's aiming at a very general

Re: [julia-users] Row/column iterators?

2016-06-27 Thread Tom Breloff
Thanks for the link! I'll continue the discussion there. On Mon, Jun 27, 2016 at 10:06 AM, Kristoffer Carlsson wrote: > https://github.com/JuliaLang/julia/issues/14491

[julia-users] Row/column iterators?

2016-06-27 Thread Kristoffer Carlsson
https://github.com/JuliaLang/julia/issues/14491