Documentation
Evaluate a polynomial in the Bernstein basis.
x (jnp.ndarray) – Input values.
coeffs (jnp.ndarray) – Coefficients (control points) of the Bernstein polynomial.
lower_bound (float) – Lower bound of the domain.
upper_bound (float) – Upper bound of the domain.
Evaluated values.
jnp.ndarray