Poly1dΒΆ

A one-dimensional polynomial class.

Abstract Signature:

Poly1d(c_or_r: Array, r: bool = False, variable: str = None)

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