Information for RPM python3-lazyarray-0.2.8-11.fc29.noarch.rpm
ID | 161740 | ||||||
---|---|---|---|---|---|---|---|
Name | python3-lazyarray | ||||||
Version | 0.2.8 | ||||||
Release | 11.fc29 | ||||||
Epoch | |||||||
Arch | noarch | ||||||
Summary | A lazily-evaluated numerical array class | ||||||
Description | lazyarray is a Python package that provides a lazily-evaluated numerical array class, ``larray``, based on and compatible with NumPy arrays. Lazy evaluation means that any operations on the array (potentially including array construction) are not performed immediately, but are delayed until evaluation is specifically requested. Evaluation of only parts of the array is also possible. Use of an ``larray`` can potentially save considerable computation time and memory in cases where: * arrays are used conditionally (i.e. there are cases in which the array is never used) * only parts of an array are used (for example in distributed computation, in which each MPI node operates on a subset of the elements of the array) Documentation: http://lazyarray.readthedocs.org/ | ||||||
Build Time | 2018-06-19 09:56:53 GMT | ||||||
Size | 24.23 KB | ||||||
617a96c85ed6dc2fd0ce27b7e16d2f40 | |||||||
License | BSD | ||||||
Provides |
|
||||||
Obsoletes | No Obsoletes | ||||||
Conflicts | No Conflicts | ||||||
Requires |
|
||||||
Recommends | No Recommends | ||||||
Suggests | No Suggests | ||||||
Supplements | No Supplements | ||||||
Enhances | No Enhances | ||||||
Files | |||||||
Component of | No Buildroots |