Pade-package {Pade} | R Documentation |
Padé Approximant Coefficients
Description
Given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padé approximant of appropriate order (Baker, 1975) <ISBN:9780120748556>.
Details
The DESCRIPTION file:
Package: | Pade |
Type: | Package |
Title: | Padé Approximant Coefficients |
Version: | 1.0.7 |
Date: | 2024-06-19 |
Authors@R: | c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com", comment = c(ORCID = "0000-0002-3039-0703"))) |
Description: | Given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padé approximant of appropriate order (Baker, 1975) <ISBN:9780120748556>. |
License: | GPL (>= 2) | BSD_2_clause + file LICENSE |
Imports: | utils |
Suggests: | covr, tinytest |
URL: | https://github.com/aadler/Pade |
BugReports: | https://github.com/aadler/Pade/issues |
Encoding: | UTF-8 |
NeedsCompilation: | no |
Author: | Avraham Adler [aut, cph, cre] (<https://orcid.org/0000-0002-3039-0703>) |
Maintainer: | Avraham Adler <Avraham.Adler@gmail.com> |
Index of help topics:
Pade Padé Approximant Coefficients Pade-package Padé Approximant Coefficients
Author(s)
Avraham Adler [aut, cph, cre] (<https://orcid.org/0000-0002-3039-0703>)
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
[Package Pade version 1.0.7 Index]