conjugate gradient minimization
henk_derudder
henk_derudder
Wed Aug 14 08:59:49 EDT 2002
More information about the Python-list mailing list
Wed Aug 14 08:59:49 EDT 2002
- Previous message (by thread): conjugate gradient minimization
- Next message (by thread): conjugate gradient minimization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 14 Aug 2002 15:44:46 +0300, Markus O Kaukonen <markus.kaukonen at iki.fi> wrote: >Hei kaikki, > >Has anyone coded/seen conjugate gradient algorithm coded with python? I do not know of such an implementation, but there is a lot of conjugate gradient code (C or even C++) out on the web (use google to find it). If you use then swig (www.swig.org) to make this code available to Python it should get you going. Regards, Henk > >terveisin Markus = markus.kaukonen at iki.fi >
- Previous message (by thread): conjugate gradient minimization
- Next message (by thread): conjugate gradient minimization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list