Language

Package: python2-numexpr @ 2.7.3

Synopsis

Fast numerical expression evaluator for NumPy

Description

Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays are accelerated and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your cores, which may accelerate computations, most specially if they are not memory-bounded (e.g. those using transcendental functions).

Home page
https://github.com/pydata/numexpr
Location
gnu/packages/python-xyz.scm (line: 5565, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings