From: Konrad H. <hi...@cn...> - 2001-07-10 14:56:29
|
> I would appreciate it, if Numpy could handle the following functions : > > 1. Fix eig to also be able to solve the generalized eigenvalue problem > and polynomial eigenvalue problems That would be a relatively simple addition to LinearAlgebra, but would also require some additional routines from LAPACK. > 2. Support for matrix functions like logm, expm, sqrtm That can be done in Python code. > 3. Wavelet transform For efficiency, that should be done in C/Fortran. Are there any wavelet libraries out there? Anyway, this should become a separate package. > 4. Solver for ODE's and DAE's Given the variety of equations and solvers, this looks like a big project. Good Python integration is also not trivial. So that's not only a separate package, but even a major one. Konrad. -- ------------------------------------------------------------------------------- Konrad Hinsen | E-Mail: hi...@cn... Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.56.24 Rue Charles Sadron | Fax: +33-2.38.63.15.17 45071 Orleans Cedex 2 | Deutsch/Esperanto/English/ France | Nederlands/Francais ------------------------------------------------------------------------------- |