Finally full multidimensional arrays support in D

Jared Miller jared at economicmodeling.com
Mon Mar 17 12:00:23 PDT 2014


Good news and kudos to Kenji.

And yes, I think that a matrix / linear algebra library, as well 
as NumPy-style ND-Arrays are great candidates for future Phobos 
modules.

We've done a good bit of work with matrices at my workplace 
(EMSI), so I bet someone here could find time to contribute a 
bit. As a start, we've got some basic BLAS and MKL bindings that 
we really should clean up and get into Deimos.

On Monday, 17 March 2014 at 17:39:41 UTC, Denis Shelomovskij 
wrote:
> Multidimensional arrays indexing and slicing syntax is finally 
> added [1] (thanks to Kenji Hara). So it was a good cause to 
> update my multidimensional arrays library implementation and 
> add support for the new syntax. So here we are: [2].
>
> Also should we add it to the standard library?
>
> [1] https://github.com/D-Programming-Language/dmd/pull/443
> [2] 
> http://denis-sh.bitbucket.org/unstandard/unstd.multidimarray.html



More information about the Digitalmars-d mailing list