How to Install and Uninstall python38-lazyarray Package on openSuSE Tumbleweed
Last updated: November 09,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-lazyarray" package
In this section, we are going to explain the necessary steps to install python38-lazyarray on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-lazyarray
Copied
2. Uninstall "python38-lazyarray" package
This guide let you learn how to uninstall python38-lazyarray on openSuSE Tumbleweed:
$
sudo zypper remove
python38-lazyarray
Copied
3. Information about the python38-lazyarray package on openSuSE Tumbleweed
Information for package python38-lazyarray:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-lazyarray
Version : 0.5.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 68,2 KiB
Installed : No
Status : not installed
Source package : python-lazyarray-0.5.0-1.1.src
Summary : Lazily-evaluated numerical array class, compatible with NumPy arrays
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)
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-lazyarray
Version : 0.5.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 68,2 KiB
Installed : No
Status : not installed
Source package : python-lazyarray-0.5.0-1.1.src
Summary : Lazily-evaluated numerical array class, compatible with NumPy arrays
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)