! Signatures for f2py wrappers of FORTRAN LAPACK functions. ! ! Author: Pearu Peterson ! Created: Jan-Feb 2002 ! $Revision$ $Date$ ! ! Additions by Travis Oliphant, Tiziano Zito, Collin RM Stocks, Fabian Pedregosa ! Skipper Seabold, Ilhan Polat ! ! Shorthand Notations: ! -------------------- ! ! ! ! ! ! ! ! ! ! ! ! ! ! python module _flapack usercode ''' #define F_INT int ''' interface ! Following classification is due to ! http://www.netlib.org/lapack/explore-html/ include 'flapack_user.pyf.src' include 'flapack_gen.pyf.src' include 'flapack_gen_banded.pyf.src' include 'flapack_gen_tri.pyf.src' include 'flapack_sym_herm.pyf.src' include 'flapack_pos_def.pyf.src' include 'flapack_pos_def_tri.pyf.src' include 'flapack_other.pyf.src' end interface end python module _flapack ! This file was auto-generated with f2py (version:2.10.173). ! See http://cens.ioc.ee/projects/f2py2e/