Designing a matrix library for D
    Wyatt via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Mon Jun 23 12:50:13 PDT 2014
    
    
  
On Monday, 23 June 2014 at 16:45:28 UTC, bearophile wrote:
> I'd like a matrix library for D, able to handle sparse matrices
> too. But first I'd like to discuss its API and general design a
> bit.
>
This all reminds me, I was thinking I'd like to try adding some 
array language features to D at some point.  Things APL's 
monadics and dyadics, and generic lifting of functions and 
operators as described here: 
http://www.ccs.neu.edu/home/pete/pub/esop-2014.pdf
It's been pretty low on my priority list, but it sounds similar 
to some of what you're laying out here.
-Wyatt
    
    
More information about the Digitalmars-d
mailing list