Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add evalpoly function #32753
Add evalpoly function #32753
Changes from 73 commits
e21b5e4
6846290
c9726de
8cd2dfb
ca0dc3c
e2230d6
23d89f0
6e97592
76293c1
eec71c8
9388532
48888c4
00c2829
7394731
e0651ce
482546f
87b487b
3a56c66
f742648
73a783e
12eae90
cf640b3
a7e3ea4
b5c6d98
a880e57
aabc9f8
d1786dc
60e7d72
6d90176
0f3ba27
a1b0126
9a318fc
23cbf38
438c613
7529098
637d88d
77da69e
39fb687
3bccf17
0ee5b0b
33cf846
2064b7e
f8fc94a
72136ef
04cceb8
8d4f749
6e55880
defebdc
cfb65b1
b2cd4ea
24e93b5
b7eb231
a9361c5
b234284
6409216
068b653
5545a25
3881f57
f14b180
9373593
87fa422
1487614
4992898
bcf7ba1
6036c41
b619c87
041515f
c198725
dcff580
6a0c8e7
ff1c013
f027680
a3ebb0c
a6bc7b4
0aa9f2c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I chose to restrict this method to
AbstractVector
, but not_evalpoly(x, p)
(same for the complex case). I'm not sure if this is the preferred way to go about this, but it seemed like the most straightforward way to do this with minimal code duplication.