blob: f7ed12dd40344b3662ad23c1f6bb0b29b0821792 (
plain)
1
2
3
|
Numexpr is a fast numerical expression evaluator for NumPy. With it,
expressions that operate on arrays (like "3*a+4*b") are accelerated
and use less memory than doing the same calculation in Python.
|