Pakket: python3-lazyarray (0.5.0-1)
Verwijzigingen voor python3-lazyarray
Debian bronnen:
Het bronpakket lazyarray downloaden:
Beheerders:
- Debian Science Maintainers (QA-pagina, Mailarchief)
- Michael Hanke (QA-pagina)
- Yaroslav Halchenko (QA-pagina)
Externe bronnen:
- Homepage [bitbucket.org]
Vergelijkbare pakketten:
Python module providing a NumPy-compatible lazily-evaluated array
The 'larray' class is a NumPy-compatible numerical array where 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. Consequently, use of an 'larray' can potentially save considerable computation time and memory in cases where arrays are used conditionally, or 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).
Andere aan python3-lazyarray gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-scipy
- scientific tools for Python 3