== Quote from Michael Chen ([email protected])'s article > I remember that one of D's goal is easy scientific computation. > However I haven't seen any linear algebra package for D2. My work > heavily relays on all kinds of matrix stuff (matrix multiplication, > factorization, linear system etc). I like D and am willing to work > with D. However without these facilities I can hardly start. I'd like > to have a matrix library of which the API is kind of like Matlab. > Is there anybody working on this or planning to work on this? > Regards, > Michael
You might be able to find something useful for you in this list on this page: http://www.prowiki.org/wiki4d/wiki.cgi?ScientificLibraries (You might not be able to find a D 2.x project for what you need, but it might not be much effort to make a minimal port from a D 1.x project.) Good luck. jcc7
