Boost logo

Ublas :

Subject: Re: [ublas] problems with umfpack
From: Umut Tabak (u.tabak_at_[hidden])
Date: 2011-06-09 11:27:38


On 06/09/2011 05:14 PM, Isaia Nisoli wrote:
> 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>&)’
>
>
Could you please post your minimal code and are you sure that you are
using the column major format from the bindings that is given as in the
example file, I also developed a mininal class to interface umfpack if
you are interested I can post that, you can play and improve that if you
like and let me know about the improvements ;)

Greetz,
Umut