On Tuesday, 9 April 2013 at 14:41:09 UTC, Denis Shelomovskij wrote:
What about to post such a good news also in digitalmars.D.announce?

It was hard to choose the forum because the previous SciD topic [2] is also here. I'm afraid posting same topic in two forums would split the discussion.

Also, if we are talking about matrices, very sad a solution for enhancement 6798 [1] isn't merged yet.

[1] http://d.puremagic.com/issues/show_bug.cgi?id=6798

Yes, I know about this. At the beginning I tried to implement multidimensional slices putting them into different bracket pairs like `a[1..2][3..4]`. It was hell.

There is pull request [2] that adds everything but strides.
My code relies on it. It still compiles even without these features but one have to construct slices manually: `a[Slice(1,2), Slice(3,4)]`.

Let's hope work on linear algebra support will legitimate the new features.


[1] http://forum.dlang.org/thread/cabvqkjiojzoo4pz98vhpx-p9ukpvn7khcq63jugej1etnsh...@mail.gmail.com
[2] https://github.com/D-Programming-Language/dmd/pull/443

Reply via email to