[Numpy-discussion] Accessing LAPACK and BLAS from the numpy C API

Sturla Molden sturla at molden.no
Sat Nov 7 15:41:16 EST 2009


Jake VanderPlas wrote:
> Does anybody know a
> way to directly access the numpy.linalg routines from a C extension,
> without the overhead of a python callback?  Thanks for the help.
>   

You find a C function pointer wrapped in a CObject in the ._cpointer 
attribute.



More information about the NumPy-Discussion mailing list