Boost logo

Ublas :

From: Arun Tom Abraham (aruntom55_at_[hidden])
Date: 2008-02-03 23:22:27


Hi,

 Thanks it worked by adding the line :

#include <boost/numeric/bindings/traits/ublas_vector2.hpp>

however, what does one need to do if the "b" in the equation Ax = b is
a general matrix .

I think the lapack sgesv does allow one to enter a matrix in general .

Arun