Boost logo

Ublas :

Subject: Re: [ublas] Testing the new bindings
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-02-18 02:53:18


Jesse Perla wrote:
> Hi guys:I am having trouble using the package of the bindings with the
> solve function/etc in the downloaded file:
> http://www.terborg.net/numeric_bindings_20090209.zip
> Sorry as usual if this is an idiotic question. Please tell me if I should
> update to a newer version or download directly from the sandbox.
>

Dear Jesse,

thanks for testing. The bindings don't have default-initializers yet. In
your case this means that the optionality for pivots is not yet
implemented.

I'll see what I can do to get support for default-initializers in the
generator, and update solve.hpp to get it working for your example by the
end of today or tomorrow. Meanwhile, please use driver/gesv.hpp directly.

Cheers,

Rutger