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

2012-12-13 Thread Philip Semanchuk
Hi all, 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(). I see that the numpy source code (I looked at numpy-1.6.0b2)

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

2012-12-13 Thread Charles R Harris
On Thu, Dec 13, 2012 at 12:26 PM, Philip Semanchuk phi...@semanchuk.comwrote: Hi all, 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()

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

2012-12-13 Thread Pauli Virtanen
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

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

2012-12-13 Thread Philip Semanchuk
On Dec 13, 2012, at 3:03 PM, Pauli Virtanen wrote: 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

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

2012-12-13 Thread Philip Semanchuk
On Dec 13, 2012, at 2:47 PM, Charles R Harris wrote: On Thu, Dec 13, 2012 at 12:26 PM, Philip Semanchuk phi...@semanchuk.comwrote: Hi all, 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