![]() |
|
|||
File indexing completed on 2024-11-25 02:29:52
0001 #!/usr/bin/env python3 0002 0003 #https://github.com/pydata/numexpr/wiki/Numexpr-Users-Guide 0004 import numpy as np 0005 import numexpr as ne 0006 a = np.arange(10) 0007 b = np.arange(0, 20, 2) 0008 c = ne.evaluate("2*a+3*b") 0009 print(c) 0010
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |