blob: 79cdf6a8f4c4bf442a016a36eb2c0da8d4843ba6 (
plain)
1
2
3
4
5
6
7
|
Extending via CFFI
------------------
The source of ``numpy/random/_examples/cffi/extending.py``
.. literalinclude:: ../../../../../numpy/random/_examples/cffi/extending.py
:language: python
|