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

Implement Hermite etc. basis #12

Open
ahojukka5 opened this issue Aug 5, 2017 · 0 comments
Open

Implement Hermite etc. basis #12

ahojukka5 opened this issue Aug 5, 2017 · 0 comments

Comments

@ahojukka5
Copy link
Member

ahojukka5 commented Aug 5, 2017

We need to have methods to calculate basis with continuous derivatives. Resulting system of equations involves derivatives of functions. Concrete example p(x) = a0*1 + a1*x + a2*x^2 + a3*x^3, and equations are p(-1), p'(-1), p(1), p'(1). Calculus is able to automatically differentiate this.

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

No branches or pull requests

1 participant