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

Update PolynomialsBDM.degree() #8591

Closed
GrahamBenHarper opened this issue Aug 17, 2019 · 0 comments · Fixed by #8679
Closed

Update PolynomialsBDM.degree() #8591

GrahamBenHarper opened this issue Aug 17, 2019 · 0 comments · Fixed by #8679

Comments

@GrahamBenHarper
Copy link
Contributor

While making changes under #8588, I noticed that PolynomialsBDM defines its degree() function to return polynomial_space.degree() - 1.

The goal is to assign a degree to the base class during construction before the polynomial_space is constructed.

I imagine the best way to tackle this is to write down what polynomial_space is by hand and see if there is a formula for the polynomial degree in terms of the argument for the constructor, k.

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