Boost logo

Ublas :

Subject: Re: [ublas] Minimal working example for gbtrf/gbtrs
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2012-07-07 09:51:55


Op 7-7-2012 10:16, Alex Wray schreef:
> Dear all,
>
> I've been looking for a few days at getting lapack's banded matrix
> solver (or really gbtrf/gbtrs) to work via boost + numeric bindings, but
> I've got myself a bit lost. I'm unable to see whether the best way to do
> this is to use Andreas Klöckner's bindings, or perhaps the sandbox
> bindings, but I have tried and failed to implement both. Either way,
> does anyone perhaps have a minimal working example and the appropriate
> libraries to compile against for it?
>
> Many thanks, sorry to be a pain!
>
> Alex
>

Maybe look at this

http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ublas_getrf_getrs.cc

and rewrite this to the banded version?

Cheers,

Rutger