From: Pearu P. <pe...@ce...> - 2002-02-28 21:27:24
|
Hi, On 28 Feb 2002, A.Schmolck wrote: > So far, I've thought of the following possible solutions: > > 0. Do nothing: > Just live with the awkward syntax. Let me add a subsolution here: 0.1 Wait for scipy to mature (or better yet, help it to do that). Scipy already provides wrappers to both, Fortran and C, LAPACK and BLAS routines, though currently they are under revision. With the new wrappers to these routines you can optimize your code fragments as flexible as if using them from C or Fortran. In principle, one could mix Fortran and C routines (i.e. the corresponding wrappers) so that one avoids all unneccasary transpositions. All matrix operations can be performed in-situ if so desired. Regards, Pearu |