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

Robert Cimrman cimrman3 at ntc.zcu.cz
Thu Aug 2 06:10:17 EDT 2012


Hi,

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?

Best regards,
r.

[1] http://mail.scipy.org/pipermail/numpy-discussion/2012-March/061236.html



More information about the SciPy-Dev mailing list