skzeros.zeros

skzeros.zeros(z, f, w)

Compute the zeros of the rational function in barycentric form.

Parameters:
  • z (1D array) – Support points of the rational function.

  • f (1D array) – Values of the rational function at the support points.

  • w (1D array) – Barycentric weights of the rational function.

Returns:

zeros – Zeros of the rational function.

Return type:

1D array