naginterfaces.library.interp.dim1_ratnl_eval¶
- naginterfaces.library.interp.dim1_ratnl_eval(a, u, x)[source]¶
dim1_ratnl_eval
evaluates continued fractions of the form produced bydim1_ratnl()
.For full information please refer to the NAG Library document for e01rb
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/e01/e01rbf.html
- Parameters
- afloat, array-like, shape
must be set to the value of the parameter in the continued fraction, for .
- ufloat, array-like, shape
must be set to the value of the parameter in the continued fraction, for . (The element is not used).
- xfloat
The value of at which the continued fraction is to be evaluated.
- Returns
- ffloat
The value of the continued fraction corresponding to the value of .
- Raises
- NagValueError
- (errno )
corresponds to a pole of , or is very close. .
- Notes
dim1_ratnl_eval
evaluates the continued fractionwhere
and
for a prescribed value of .
dim1_ratnl_eval
is intended to be used to evaluate the continued fraction representation (of an interpolatory rational function) produced bydim1_ratnl()
.
- References
Graves–Morris, P R and Hopkins, T R, 1981, Reliable rational interpolation, Numer. Math. (36), 111–128