$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Omar Alvi (omaralvi_at_[hidden])
Date: 2008-08-12 08:07:42
Hello people,
I am new to boost. I wanted to use svd, qr decomposition to solve a system
of linear equations. I came to know that I will have to use lapack bindings
for boost to be able to use svd or qr decomposition etc. I have downloaded
the boost-numeric bindings from
http://mathema.tician.de/dl/software/boost-bindings but I still can't figure
out how to compile and use them. I am on windows platform using Visual
Studios 2005. I would really appreciate if anyone can give me some pointers
on how to compile it and use it with Visual Studios.
Thanks