[SciPy-Dev] Sparse generalized eigenvalue problems

Pauli Virtanen pav at iki.fi
Fri Apr 8 07:34:58 EDT 2011


Fri, 08 Apr 2011 10:46:54 +0200, Nils Wagner wrote:
> what is recommended to tackle sparse generalized eigenvalue problems in
> scipy?

Writing a patch that adds support for generalized eigenvalue problems to 
eigs :)

The necessary low-level ARPACK routines can be found in 
scipy.sparse.linalg.eigen.arpack._arpack -- in principle you can use 
those directly, although they shouldn't be treated as public.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list