Re: Mir Algorithm preview: the new ndslice, dlang Iterators, fast generics

2017-02-08 Thread Ilya Yaroshenko via Digitalmars-d
2. Canonical: BLAS-like, raw stride is assumed to be 1 EDIT: row stride

Re: Mir Algorithm preview: the new ndslice, dlang Iterators, fast generics

2017-02-08 Thread Ilya Yaroshenko via Digitalmars-d
On Wednesday, 8 February 2017 at 15:33:25 UTC, jmh530 wrote: On Tuesday, 7 February 2017 at 16:18:20 UTC, Ilya Yaroshenko wrote: Feedback is welcome! I don't have time right now to play around with it, but I looked through the documentation. Here are my comments: 1) I would consider

Re: Mir Algorithm preview: the new ndslice, dlang Iterators, fast generics

2017-02-08 Thread jmh530 via Digitalmars-d
On Wednesday, 8 February 2017 at 15:33:25 UTC, jmh530 wrote: I don't have time right now to play around with it, but I looked through the documentation. Here are my comments: Also on #2, you might beef that link up with some of the comments from the post up top.

Re: Mir Algorithm preview: the new ndslice, dlang Iterators, fast generics

2017-02-08 Thread jmh530 via Digitalmars-d
On Tuesday, 7 February 2017 at 16:18:20 UTC, Ilya Yaroshenko wrote: Feedback is welcome! I don't have time right now to play around with it, but I looked through the documentation. Here are my comments: 1) I would consider http://docs.algorithm.dlang.io/latest/mir_ndslice.html to be the

Mir Algorithm preview: the new ndslice, dlang Iterators, fast generics

2017-02-07 Thread Ilya Yaroshenko via Digitalmars-d
Hi all, This is early preview before the announce of Mir Algorithm and the new ndslice. Ndslice is a dlang package for multidimensional and numeric worlds. The new ndslice has three kinds: 1. Universal: numpy-like, similar to the old ndslice, 2. Canonical: BLAS-like, raw stride is