Re: Linear algebra for Win64?

2013-07-12 Thread Kevin McTaggart
On further consideration, I think my best option is to write D code for the small number of linear algebra routines that I require.

Re: Linear algebra for Win64?

2013-07-12 Thread David
Am 12.07.2013 13:52, schrieb Kevin McTaggart: On further consideration, I think my best option is to write D code for the small number of linear algebra routines that I require. What do you need? Maybe gl3n.liang[1] is enough? gl3n isn't a scientific linear algebra library, aims more for

Linear algebra for Win64?

2013-07-09 Thread Kevin McTaggart
Does anyone know of a good D linear algebra library for Win64? I tried scid a year ago and liked it on Win32, but have been unable to get it to link on Win64. When trying to run scid on Win64, I've been using prebuilt LAPACK 3.4.1 libraries from http://icl.cs.utk.edu/lapack-for-windows

Re: Linear algebra for Win64?

2013-07-09 Thread dnewbie
On Tuesday, 9 July 2013 at 19:02:09 UTC, Kevin McTaggart wrote: Does anyone know of a good D linear algebra library for Win64? I tried scid a year ago and liked it on Win32, but have been unable to get it to link on Win64. When trying to run scid on Win64, I've been using prebuilt LAPACK