Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-numpoly-1.3.8-2.fc44 RPM for s390x

From Fedora Rawhide for s390x / p

Name: python3-numpoly Distribution: Fedora Project
Version: 1.3.8 Vendor: Fedora Project
Release: 2.fc44 Build date: Sat Oct 11 22:43:13 2025
Group: Unspecified Build host: buildvm-s390x-10.s390.fedoraproject.org
Size: 3362498 Source RPM: python-numpoly-1.3.8-2.fc44.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`

Provides

Requires