Represents a rational function approximation computed on a discrete set of points in the complex plane. The approximation is constructed adaptively using methods like AAA or TCF.
Attributes
Name
Type
Description
julia
The underlying Julia DiscreteApproximation object.
data
The discrete data points and values.
domain
The discrete point set (numpy array).
fun
The rational function approximation (Thiele, Bary, etc.).
test_index
Indices of points used for testing.
allowed
Allowed pole locations.
history
History of the approximation process.
status
ConvergenceStatus saying why the iteration stopped, or None if none was recorded.