PolyΒΆ

Find the coefficients of a polynomial with the given sequence of roots.

Abstract Signature:

Poly(seq_of_zeros: Array)

PyTorch

API: β€”
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.poly
Strategy: Direct Mapping

NumPy

API: numpy.poly
Strategy: Direct Mapping

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: β€”
Strategy: Custom / Partial

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.poly
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.poly
Strategy: Direct Mapping