mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
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.
|