ChebPade
Documentation for ChebPade.
ChebPade.chebpade — Methodchebpade(f::Fun{<:Chebyshev},m::Integer,n::Integer;method=:clenshawlord)computes the (m,n) Chebyshev-Pade approximation to f using method :clenshawlord or :maehly
ChebPade.clenshawlord — Methodclenshawlord(F::Fun{<:Chebyshev}, m::Integer, n::Integer)computes the (m,n) Chebyshev-Pade approximant to F using the Clenshaw-Lord method
ChebPade.maehly — Methodmaehly(F::Fun{<:Chebyshev}, m::Integer, n::Integer)computes the (m,n) Chebyshev-Pade approximant to F using the Maehly method
ChebPade.padwithnoise — Methodpadwithnoise(x::AbstractVector{T},n::Integer)returns a vector of length n, where the trailing entries are given by randn scaled by eps(float(real(T)))