[Numpy-discussion] Calling LAPACK function dbdsqr()?

Pauli Virtanen pav at iki.fi
Thu Dec 13 15:03:56 EST 2012


13.12.2012 21:26, Philip Semanchuk kirjoitti:
> I'm porting some Fortran code that makes use of a number of BLAS and
> LAPACK functions, including dbdsqr(). I've found all of the functions
> I need via scipy.linalg.lapack.get_lapack_funcs/get_blas_funcs() except
> for dbdsqr().
[clip]

If you tolerate having compiled code, you can relatively easily wrap the
LAPACK routine you need using f2py.

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list