$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Kresimir Fresl (fresl_at_[hidden])
Date: 2003-06-10 02:36:32
Achim Domma wrote:
> ATLAS looks very interesting, but it's hard to use on windows. I use Mingw
> with gcc 3.2, but for ATLAS I would have to use Cygwin and would have to go
> back to gcc 2.xx. Is there a solution which would work with Mingw on
> Windows?
Sorry, can't help you with Windows.
But recently we reworked part of LAPACK bindings. You can find it
in boost-sandbox:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost-sandbox/boost-sandbox/boost/numeric/bindings/
You will need subdirectories `traits' and `lapack'.
Usage is similar to atlas bindings, but instead of `atlas/clapack.hpp'
you should include `lapack/lapack.hpp', and the namespace is
`boost::numeric::bindings::lapack'.
fres