Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-numpoly | Distribution: Fedora Project |
Version: 1.2.13 | Vendor: Fedora Project |
Release: 2.fc41 | Build date: Sat Jul 20 04:33:42 2024 |
Group: Unspecified | Build host: buildhw-a64-24.iad2.fedoraproject.org |
Size: 848376 | Source RPM: python-numpoly-1.2.13-2.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/jonathf/numpoly | |
Summary: Polynomials as a numpy datatype |
Numpoly is a generic library for creating, manipulating and evaluating arrays of polynomials based on `numpy.ndarray` objects. - Intuitive interface for users experienced with numpy, as the library provides a high level of compatibility with the `numpy.ndarray`, including fancy indexing, broadcasting, `numpy.dtype`, vectorized operations to name a few - Computationally fast evaluations of lots of functionality inherent from numpy - Vectorized polynomial evaluation - Support for arbitrary number of dimensions - Native support for lots of `numpy.<name>` functions using numpy’s compatibility layer (which also exists as `numpoly.<name`> equivalents) - Support for polynomial division through the operators `/`, `%` and `divmod` - Extra polynomial specific attributes exposed on the polynomial objects like `poly.exponents`, `poly.coefficients`, `poly.indeterminants` etc. - Polynomial derivation through functions like `numpoly.derivative`, `numpoly.gradient`, `numpoly.hessian` etc. - Decompose polynomial sums into vector of addends using `numpoly.decompose` - Variable substitution through `numpoly.call`
BSD-2-Clause
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Packit <hello@packit.dev> - 1.2.13-1 - Update to 1.2.13 upstream release - Resolves: rhbz#2295540 * Mon Jun 10 2024 Python Maint <python-maint@redhat.com> - 1.2.12-7 - Rebuilt for Python 3.13 * Sat May 18 2024 Packit <hello@packit.dev> - 1.2.12-1 - Update to 1.2.12 upstream release - Resolves: rhbz#2281427 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-6 - Add Packit config * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-5 - Drop `%{arm32}` from `ExcludeArch` (deprecated) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-4 - Make tests verbose * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-3 - Update description (following upstream) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-2 - Assert existence of license file * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.11-1 - Update to 1.2.11 (RHBZ#2212046) * Mon Jan 08 2024 Sandro <devel@penguinpee.nl> - 1.2.7-6 - Use forge macros * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.7-4 - Fix FTBFS due to SPECPARTS interference (close RHBZ#2220368) - Work around https://github.com/rpm-software-management/rpm/issues/2532 * Fri Jun 30 2023 Python Maint <python-maint@redhat.com> - 1.2.7-3 - Rebuilt for Python 3.12 * Fri May 19 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.7-2 - feat: drop 32bit support * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.7-1 - feat: update to 1.2.7 (fixes rhbz#2143313) * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.3-9 - feat: use spdx identifier * Thu May 18 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.2.3-8 - feat: clean up spec * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/python3.13/site-packages/numpoly /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info/INSTALLER /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info/LICENSE /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info/METADATA /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info/WHEEL /usr/lib/python3.13/site-packages/numpoly-1.2.13.dist-info/top_level.txt /usr/lib/python3.13/site-packages/numpoly/__init__.py /usr/lib/python3.13/site-packages/numpoly/__pycache__ /usr/lib/python3.13/site-packages/numpoly/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/align.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/align.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/baseclass.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/baseclass.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/dispatch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/dispatch.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/option.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/option.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/sympy_.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/__pycache__/sympy_.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/align.py /usr/lib/python3.13/site-packages/numpoly/array_function /usr/lib/python3.13/site-packages/numpoly/array_function/__init__.py /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__ /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/absolute.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/absolute.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/add.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/add.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/all.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/all.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/allclose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/allclose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/amax.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/amax.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/amin.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/amin.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/any.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/any.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/apply_along_axis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/apply_along_axis.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/apply_over_axes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/apply_over_axes.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/argmax.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/argmax.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/argmin.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/argmin.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/around.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/around.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_repr.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_repr.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_split.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_split.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_str.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/array_str.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_1d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_1d.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_2d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_2d.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_3d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/atleast_3d.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/broadcast_arrays.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/broadcast_arrays.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ceil.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ceil.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/choose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/choose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/common_type.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/common_type.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/concatenate.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/concatenate.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/copyto.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/copyto.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/count_nonzero.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/count_nonzero.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/cumsum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/cumsum.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/det.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/det.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diag.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diag.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diagonal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diagonal.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diff.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/diff.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/divmod.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/divmod.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/dsplit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/dsplit.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/dstack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/dstack.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ediff1d.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ediff1d.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/equal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/equal.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/expand_dims.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/expand_dims.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/floor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/floor.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/floor_divide.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/floor_divide.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/full.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/full.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/full_like.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/full_like.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/greater.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/greater.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/greater_equal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/greater_equal.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/hsplit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/hsplit.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/hstack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/hstack.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/inner.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/inner.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/isclose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/isclose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/isfinite.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/isfinite.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/less.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/less.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/less_equal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/less_equal.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/load.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/load.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/loadtxt.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/loadtxt.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/logical_and.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/logical_and.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/logical_or.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/logical_or.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/matmul.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/matmul.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/maximum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/maximum.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/mean.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/mean.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/minimum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/minimum.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/moveaxis.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/moveaxis.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/multiply.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/multiply.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/negative.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/negative.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/nonzero.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/nonzero.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/not_equal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/not_equal.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ones.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ones.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ones_like.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/ones_like.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/outer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/outer.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/positive.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/positive.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/power.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/power.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/prod.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/prod.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/remainder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/remainder.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/repeat.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/repeat.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/reshape.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/reshape.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/result_type.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/result_type.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/rint.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/rint.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/roots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/roots.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/save.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/save.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savetxt.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savetxt.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savez.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savez.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savez_compressed.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/savez_compressed.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/split.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/split.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/square.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/square.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/stack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/stack.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/subtract.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/subtract.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/sum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/sum.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/tile.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/tile.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/transpose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/transpose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/true_divide.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/true_divide.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/vsplit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/vsplit.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/vstack.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/vstack.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/where.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/where.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/zeros.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/zeros.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/zeros_like.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/__pycache__/zeros_like.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/array_function/absolute.py /usr/lib/python3.13/site-packages/numpoly/array_function/add.py /usr/lib/python3.13/site-packages/numpoly/array_function/all.py /usr/lib/python3.13/site-packages/numpoly/array_function/allclose.py /usr/lib/python3.13/site-packages/numpoly/array_function/amax.py /usr/lib/python3.13/site-packages/numpoly/array_function/amin.py /usr/lib/python3.13/site-packages/numpoly/array_function/any.py /usr/lib/python3.13/site-packages/numpoly/array_function/apply_along_axis.py /usr/lib/python3.13/site-packages/numpoly/array_function/apply_over_axes.py /usr/lib/python3.13/site-packages/numpoly/array_function/argmax.py /usr/lib/python3.13/site-packages/numpoly/array_function/argmin.py /usr/lib/python3.13/site-packages/numpoly/array_function/around.py /usr/lib/python3.13/site-packages/numpoly/array_function/array_repr.py /usr/lib/python3.13/site-packages/numpoly/array_function/array_split.py /usr/lib/python3.13/site-packages/numpoly/array_function/array_str.py /usr/lib/python3.13/site-packages/numpoly/array_function/atleast_1d.py /usr/lib/python3.13/site-packages/numpoly/array_function/atleast_2d.py /usr/lib/python3.13/site-packages/numpoly/array_function/atleast_3d.py /usr/lib/python3.13/site-packages/numpoly/array_function/broadcast_arrays.py /usr/lib/python3.13/site-packages/numpoly/array_function/ceil.py /usr/lib/python3.13/site-packages/numpoly/array_function/choose.py /usr/lib/python3.13/site-packages/numpoly/array_function/common_type.py /usr/lib/python3.13/site-packages/numpoly/array_function/concatenate.py /usr/lib/python3.13/site-packages/numpoly/array_function/copyto.py /usr/lib/python3.13/site-packages/numpoly/array_function/count_nonzero.py /usr/lib/python3.13/site-packages/numpoly/array_function/cumsum.py /usr/lib/python3.13/site-packages/numpoly/array_function/det.py /usr/lib/python3.13/site-packages/numpoly/array_function/diag.py /usr/lib/python3.13/site-packages/numpoly/array_function/diagonal.py /usr/lib/python3.13/site-packages/numpoly/array_function/diff.py /usr/lib/python3.13/site-packages/numpoly/array_function/divmod.py /usr/lib/python3.13/site-packages/numpoly/array_function/dsplit.py /usr/lib/python3.13/site-packages/numpoly/array_function/dstack.py /usr/lib/python3.13/site-packages/numpoly/array_function/ediff1d.py /usr/lib/python3.13/site-packages/numpoly/array_function/equal.py /usr/lib/python3.13/site-packages/numpoly/array_function/expand_dims.py /usr/lib/python3.13/site-packages/numpoly/array_function/floor.py /usr/lib/python3.13/site-packages/numpoly/array_function/floor_divide.py /usr/lib/python3.13/site-packages/numpoly/array_function/full.py /usr/lib/python3.13/site-packages/numpoly/array_function/full_like.py /usr/lib/python3.13/site-packages/numpoly/array_function/greater.py /usr/lib/python3.13/site-packages/numpoly/array_function/greater_equal.py /usr/lib/python3.13/site-packages/numpoly/array_function/hsplit.py /usr/lib/python3.13/site-packages/numpoly/array_function/hstack.py /usr/lib/python3.13/site-packages/numpoly/array_function/inner.py /usr/lib/python3.13/site-packages/numpoly/array_function/isclose.py /usr/lib/python3.13/site-packages/numpoly/array_function/isfinite.py /usr/lib/python3.13/site-packages/numpoly/array_function/less.py /usr/lib/python3.13/site-packages/numpoly/array_function/less_equal.py /usr/lib/python3.13/site-packages/numpoly/array_function/load.py /usr/lib/python3.13/site-packages/numpoly/array_function/loadtxt.py /usr/lib/python3.13/site-packages/numpoly/array_function/logical_and.py /usr/lib/python3.13/site-packages/numpoly/array_function/logical_or.py /usr/lib/python3.13/site-packages/numpoly/array_function/matmul.py /usr/lib/python3.13/site-packages/numpoly/array_function/maximum.py /usr/lib/python3.13/site-packages/numpoly/array_function/mean.py /usr/lib/python3.13/site-packages/numpoly/array_function/minimum.py /usr/lib/python3.13/site-packages/numpoly/array_function/moveaxis.py /usr/lib/python3.13/site-packages/numpoly/array_function/multiply.py /usr/lib/python3.13/site-packages/numpoly/array_function/negative.py /usr/lib/python3.13/site-packages/numpoly/array_function/nonzero.py /usr/lib/python3.13/site-packages/numpoly/array_function/not_equal.py /usr/lib/python3.13/site-packages/numpoly/array_function/ones.py /usr/lib/python3.13/site-packages/numpoly/array_function/ones_like.py /usr/lib/python3.13/site-packages/numpoly/array_function/outer.py /usr/lib/python3.13/site-packages/numpoly/array_function/positive.py /usr/lib/python3.13/site-packages/numpoly/array_function/power.py /usr/lib/python3.13/site-packages/numpoly/array_function/prod.py /usr/lib/python3.13/site-packages/numpoly/array_function/remainder.py /usr/lib/python3.13/site-packages/numpoly/array_function/repeat.py /usr/lib/python3.13/site-packages/numpoly/array_function/reshape.py /usr/lib/python3.13/site-packages/numpoly/array_function/result_type.py /usr/lib/python3.13/site-packages/numpoly/array_function/rint.py /usr/lib/python3.13/site-packages/numpoly/array_function/roots.py /usr/lib/python3.13/site-packages/numpoly/array_function/save.py /usr/lib/python3.13/site-packages/numpoly/array_function/savetxt.py /usr/lib/python3.13/site-packages/numpoly/array_function/savez.py /usr/lib/python3.13/site-packages/numpoly/array_function/savez_compressed.py /usr/lib/python3.13/site-packages/numpoly/array_function/split.py /usr/lib/python3.13/site-packages/numpoly/array_function/square.py /usr/lib/python3.13/site-packages/numpoly/array_function/stack.py /usr/lib/python3.13/site-packages/numpoly/array_function/subtract.py /usr/lib/python3.13/site-packages/numpoly/array_function/sum.py /usr/lib/python3.13/site-packages/numpoly/array_function/tile.py /usr/lib/python3.13/site-packages/numpoly/array_function/transpose.py /usr/lib/python3.13/site-packages/numpoly/array_function/true_divide.py /usr/lib/python3.13/site-packages/numpoly/array_function/vsplit.py /usr/lib/python3.13/site-packages/numpoly/array_function/vstack.py /usr/lib/python3.13/site-packages/numpoly/array_function/where.py /usr/lib/python3.13/site-packages/numpoly/array_function/zeros.py /usr/lib/python3.13/site-packages/numpoly/array_function/zeros_like.py /usr/lib/python3.13/site-packages/numpoly/baseclass.py /usr/lib/python3.13/site-packages/numpoly/construct /usr/lib/python3.13/site-packages/numpoly/construct/__init__.py /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__ /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/aspolynomial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/aspolynomial.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/clean.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/clean.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/compose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/compose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/from_attributes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/from_attributes.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/from_roots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/from_roots.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/monomial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/monomial.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/polynomial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/polynomial.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/symbols.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/symbols.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/variable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/construct/__pycache__/variable.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/construct/aspolynomial.py /usr/lib/python3.13/site-packages/numpoly/construct/clean.py /usr/lib/python3.13/site-packages/numpoly/construct/compose.py /usr/lib/python3.13/site-packages/numpoly/construct/from_attributes.py /usr/lib/python3.13/site-packages/numpoly/construct/from_roots.py /usr/lib/python3.13/site-packages/numpoly/construct/monomial.py /usr/lib/python3.13/site-packages/numpoly/construct/polynomial.py /usr/lib/python3.13/site-packages/numpoly/construct/symbols.py /usr/lib/python3.13/site-packages/numpoly/construct/variable.py /usr/lib/python3.13/site-packages/numpoly/dispatch.py /usr/lib/python3.13/site-packages/numpoly/option.py /usr/lib/python3.13/site-packages/numpoly/poly_function /usr/lib/python3.13/site-packages/numpoly/poly_function/__init__.py /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__ /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/call.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/call.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/decompose.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/decompose.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/derivative.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/derivative.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/isconstant.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/isconstant.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/lead_coefficient.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/lead_coefficient.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/lead_exponent.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/lead_exponent.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/set_dimensions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/set_dimensions.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/sortable_proxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/sortable_proxy.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/tonumpy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/__pycache__/tonumpy.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/call.py /usr/lib/python3.13/site-packages/numpoly/poly_function/decompose.py /usr/lib/python3.13/site-packages/numpoly/poly_function/derivative.py /usr/lib/python3.13/site-packages/numpoly/poly_function/divide /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__init__.py /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__ /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/divide.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/divide.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/divmod.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/divmod.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/remainder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/__pycache__/remainder.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/divide.py /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/divmod.py /usr/lib/python3.13/site-packages/numpoly/poly_function/divide/remainder.py /usr/lib/python3.13/site-packages/numpoly/poly_function/isconstant.py /usr/lib/python3.13/site-packages/numpoly/poly_function/lead_coefficient.py /usr/lib/python3.13/site-packages/numpoly/poly_function/lead_exponent.py /usr/lib/python3.13/site-packages/numpoly/poly_function/set_dimensions.py /usr/lib/python3.13/site-packages/numpoly/poly_function/sortable_proxy.py /usr/lib/python3.13/site-packages/numpoly/poly_function/tonumpy.py /usr/lib/python3.13/site-packages/numpoly/sympy_.py /usr/lib/python3.13/site-packages/numpoly/utils /usr/lib/python3.13/site-packages/numpoly/utils/__init__.py /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__ /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/bindex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/bindex.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/cross_truncation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/cross_truncation.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/glexindex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/glexindex.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/glexsort.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/numpoly/utils/__pycache__/glexsort.cpython-313.pyc /usr/lib/python3.13/site-packages/numpoly/utils/bindex.py /usr/lib/python3.13/site-packages/numpoly/utils/cross_truncation.py /usr/lib/python3.13/site-packages/numpoly/utils/glexindex.py /usr/lib/python3.13/site-packages/numpoly/utils/glexsort.py /usr/share/doc/python3-numpoly /usr/share/doc/python3-numpoly/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 1 06:16:31 2024