Boost logo

Ublas :

Subject: [ublas] problems with umfpack
From: Isaia Nisoli (isaia.nisoli_at_[hidden])
Date: 2011-06-09 11:14:38


Dear all,
I have a problem with umfpack bindings (20081116 snapshot): when I compile
using boost build I get

error: no matching function for call to
‘symbolic(boost::numeric::ublas::compressed_matrix<double,
boost::numeric::ublas::basic_column_major<>, 0ul,
boost::numeric::ublas::unbounded_array<int>,
boost::numeric::ublas::unbounded_array<double> >&,
boost::numeric::bindings::umfpack::symbolic_type<double>&)’

I don't understand if it is a bindings problem or a linking problem.
In the source file I included

#include &lt;boost/numeric/bindings/umfpack/umfpack.hpp&gt;

so, I don't have any problem in defining

umf::symbolic_type<double> Symbolic;
umf::numeric_type<double> Numeric;

but when I call the function by
umf::symbolic (J, Symbolic);

the compiler complains.
Any clue?

Thanks
Isaia

--
View this message in context: http://boost.2283326.n4.nabble.com/problems-with-umfpack-tp3585846p3585846.html
Sent from the Boost - uBLAS mailing list archive at Nabble.com.