Represents a rational function approximation computed on a continuous domain such as a curve, path, or region in the complex plane. The approximation is constructed adaptively using methods like AAA or TCF.
Attributes
Name
Type
Description
julia
The underlying Julia ContinuumApproximation object.
original
The original function being approximated.
domain
The continuum domain (curve, path, or region).
fun
The rational function approximation (Thiele, Bary, etc.).
allowed
Allowed pole locations.
path
Integration path used in approximation.
history
History of the approximation process.
status
ConvergenceStatus saying why the iteration stopped, or None if none was recorded.