Re: [SciPy-dev] banded generalized eigenvalue problems
by Robert Kern other posts by this author
Nov 9 2006 2:11PM messages near this date
[SciPy-dev] banded generalized eigenvalue problems
|
Re: [SciPy-dev] banded generalized eigenvalue problems
Jonathan Taylor wrote:
> I need to solve a banded generalized eigenvalue problem and was going to
> try to mimic the code in generic_flapack.pyf to generate a wrapper for
> the appropriate lapack function: dsbgv (and its name variants).
>
> Is this the recommended way of using extra lapack functionality that is
> not presently in scipy? If not, any other suggestions?
I would say that's a pretty good approach not least because your wrapper can
then immediately become a contribution to scipy.linalg .
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
_______________________________________________
Scipy-dev mailing list
Scipy-dev@[...].org
http://projects.scipy.org/mailman/listinfo/scipy-dev
Thread:
Jonathan Taylor
Robert Kern
Johannes Loehnert
|