{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _bary_rational / AAA / clean_up

function

scipy.interpolate._bary_rational:AAA.clean_up

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

Signature

def   clean_up ( self cleanup_tol = 1e-13 )

Summary

Automatic removal of Froissart doublets.

Parameters

cleanup_tol : float, optional

Poles with residues less than this number times the geometric mean of values times the minimum distance to points are deemed spurious by the cleanup procedure, defaults to 1e-13.

Returns

: int

Number of Froissart doublets detected

Aliases

  • scipy.interpolate.AAA.clean_up