Boost logo

Ublas :

From: Anton Kuut (Anton.Kuut_at_[hidden])
Date: 2005-12-04 08:49:01


Hello,

When working with the ublas bindings for umfpack, I found a small error
in the file bindings/umfpack/umfpack_overloads.hpp:

http://cvs.sourceforge.net/viewcvs.py/boost-sandbox/boost-sandbox/boost/numeric/bindings/umfpack/umfpack_overloads.hpp?view=markup

The functions report_triplet and report_vector are missing an inline
keyword, resulting in some linking problems (object already defined).

It would be nice if someone with access to the sandbox cvs could correct
this.

Although the umfpack bindings are quite old (two years) if found them
still working for the newest release (Version 4.4) together with a
recent ublas from the boost cvs and the bindings from the boost-sandbox
cvs. I am now a happy user of them.

Anton Kuut