PolyDiv ======= Returns the quotient and remainder of polynomial division. **Abstract Signature:** ``PolyDiv(u: Array, v: Array)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.polydiv
Strategy: Direct Mapping

NumPy

API: numpy.polydiv
Strategy: Direct Mapping

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.polydiv
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.polydiv
Strategy: Direct Mapping