[SciPy-dev] cholesky decomposition for banded matrices
by Jonathan Taylor other posts by this author
Nov 21 2006 11:47AM messages near this date
Re: [SciPy-dev] Segmentation fault using linsolve
|
[SciPy-dev] ARPACK_gen_eigs
A week or so ago, I asked about generalized eigenvalue problems for
banded matrices -- turns out all I needed was a Cholesky decomposition.
I added support for banded cholesky decomposition and solution of banded
linear systems with Hermitian or symmetric matrices in scipy.linalg with
some tests. The tests are not as exhaustive as they should be....
Patch is attached.
-- Jonathan
|