Re: [Numpy-discussion] Moving linalg c code

2013-04-04 Thread josef . pktd
On Thu, Apr 4, 2013 at 3:49 AM, Dave Hirschfeld wrote: > Charles R Harris gmail.com> writes: > >> >> Hi All,There is a PR that adds some blas and lapack functions to numpy. I'm > thinking that if that PR is merged it would be good to move all of the blas > and lapack functions, including the curr

Re: [Numpy-discussion] Moving linalg c code

2013-04-04 Thread Dave Hirschfeld
Charles R Harris gmail.com> writes: > > Hi All,There is a PR that adds some blas and lapack functions to numpy. I'm thinking that if that PR is merged it would be good to move all of the blas and lapack functions, including the current ones in numpy/linalg into a single directory somewhere in

[Numpy-discussion] Moving linalg c code

2013-04-03 Thread Charles R Harris
Hi All, There is a PR that adds some blas and lapack functions to numpy. I'm thinking that if that PR is merged it would be good to move all of the blas and lapack functions, including the current ones in numpy/linalg into a single directory somewhere in