PolyintΒΆ

Returns the coefficients of the integration of specified order of a polynomial.

Abstract Signature:

Polyint(p: Tensor, m: int = 1, k: int | Tensor | None)

JAX (Core)

API: jax.numpy.polyint
Strategy: Direct Mapping

NumPy

API: numpy.polyint
Strategy: Direct Mapping