{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _bary_rational / _BarycentricRational / __call__

function

scipy.interpolate._bary_rational:_BarycentricRational.__call__

source: /scipy/interpolate/_bary_rational.py :91

Signature

def   __call__ ( self z )

Summary

Evaluate the rational approximation at given values.

Parameters

z : array_like

Input values.

Aliases

  • scipy.interpolate._bary_rational._BarycentricRational.__call__