Poly1d ====== A one-dimensional polynomial class. **Abstract Signature:** ``Poly1d(c_or_r: Array, r: bool = False, variable: str = None)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.poly1d
Strategy: Direct Mapping

NumPy

API: numpy.poly1d
Strategy: Direct Mapping

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.poly1d
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.poly1d
Strategy: Direct Mapping