[SciPy-Dev] scipy.linalg.lapack + C(ython)

Gael Varoquaux gael.varoquaux at normalesup.org
Thu Aug 2 06:12:11 EDT 2012


Maybe Tokyo can be useful:
http://www.vetta.org/2009/09/tokyo-a-cython-blas-wrapper-for-fast-matrix-math/

G

On Thu, Aug 02, 2012 at 12:10:17PM +0200, Robert Cimrman wrote:
> I need to write a C or Cython extension module that would involve repeated 
> solves of a linear system with a dense matrix. For this, I would like to use 
> the LAPACK function pointers provided by SciPy, to avoid dealing with LAPACK 
> installation myself.

> I am aware of [1] so I know how to get to the right LAPACK function
> pointer, but it would help me a lot to look at an existing Cython or C
> code - has anyone done something similar?




More information about the SciPy-Dev mailing list