[SciPy-dev] Python interface to COBYLA

Pearu Peterson pearu at scipy.org
Thu Apr 15 01:14:35 EDT 2004


There were few typos in my previous message.

On Thu, 15 Apr 2004, Pearu Peterson wrote:

> 2) Generated initial .pyf file:
> 
>     f2py cobyla2.f -m _cobyla -h _cobyla.pyf only: cobyla calcfc

.. should read

      f2py cobyla2.f -m cobyla -h cobyla.pyf only: cobyla calcfc

> 3) Modified _cobyla.pyf so that f2py generates a wrapper..
              ^^^^^^^^^^^ - should be cobyla.pyf
 
Pearu




More information about the SciPy-Dev mailing list