Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic support for Pade approximants #16

Merged
merged 2 commits into from
Dec 1, 2014
Merged

Conversation

MikaelSlevinsky
Copy link
Contributor

Computed via the extended euclidean algorithm. Example usage would be:

c = Poly(1.//convert(Vector{Int},gamma(1:15)),"x")
PQ = Pade(c,7,7)
padeval(PQ,1.0)-exp(1.0)

Computed via the extended euclidean algorithm.
@Keno
Copy link
Collaborator

Keno commented Dec 1, 2014

Some tests would be good.

@MikaelSlevinsky
Copy link
Contributor Author

Ok i put some tests in.

Keno added a commit that referenced this pull request Dec 1, 2014
Basic support for Pade approximants
@Keno Keno merged commit 6b65f47 into JuliaMath:master Dec 1, 2014
@Keno
Copy link
Collaborator

Keno commented Dec 1, 2014

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants