FractionFreeFastGaussianFractions(D, V, VF)¶
fffg.spad line 525 [edit on github]
D: Join(IntegralDomain, GcdDomain)
This package lifts the interpolation functions from FractionFreeFastGaussian to fractions.
- generalInterpolation: (List D, (NonNegativeInteger, NonNegativeInteger, V) -> D, Vector VF, List NonNegativeInteger) -> Matrix SparseUnivariatePolynomial D
generalInterpolation(l, CA, f, eta)
performs Hermite-Pade approximation using the given actionCA
of polynomials on the elements off
. The result is guaranteed to be correct up to order |eta|-1. Given that eta is a “normal” point, the degrees on the diagonal are given by eta. The degrees of columni
are in this case eta +e
.i
- [1, 1, …, 1], where the degree of zero is-1
.