If you're using GSL, I would seriously suggest you take a look at LAPACK for
linear algebra routines.  GSL is literally orders of magnitude slower than
LAPACK. (It took me 15hrs to solve a generalized eigenvalue problem using
GSL and ~4 min. using LAPACK.)

For LAPACK use GotoBLAS2 (http://www.tacc.utexas.edu/tacc-projects/gotoblas2).
 Builds easily with MinGW.  BTW, you'll need to add wget to the bin folder
in MinGW.

---John


On Wed, Aug 17, 2011 at 9:02 AM, Armin Armbruster <aarmb...@ndigital.com>wrote:

> Thanks for the link John. That's great.
> I still wouldn't mind to find out what went wrong, since I already invested
> quite a few hours in this.
>
> --Armin
>
>
> >>> On 8/16/2011 at 8:34 PM, John Chludzinski <john.chludzin...@gmail.com>
> wrote:
> > Another option:
> http://ascend4.org/Binary_installer_for_GSL-1.13_on_MinGW.
> >
> > On Tue, Aug 16, 2011 at 4:57 PM, Armin Armbruster
> > <aarmb...@ndigital.com>wrote:
> >
>
>
>
_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to