On Dec 13, 2012, at 2:47 PM, Charles R Harris wrote:
> On Thu, Dec 13, 2012 at 12:26 PM, Philip Semanchuk
> wrote:
>
>> Hi all,
>> I'm porting some Fortran code that makes use of a number of BLAS and
>> LAPACK functions, including dbdsqr(). I've fou
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 scipy
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) c