-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
piecewise polynomial in one dimension #34456
Comments
Commit: |
Changed author from Yueqi Li, Yuan Zhou to Yueqi Li |
comment:3
This naming scheme does not follow our common usage. It should be changed to one of these:
|
comment:4
Yes, I agree that this should be a |
This comment has been minimized.
This comment has been minimized.
comment:6
Replying to @mkoeppe:
This code didn't use any properties from |
comment:7
Take a look at |
comment:8
Replying to @mkoeppe:
Thank you so much! |
Dependencies: #11225 |
It's not clear in what sense this ticket depends on #11225 so I recommend removing that. |
Implement real value piecewise polynomial function over the real set. For the polynomial function, we adopted code from the polynomial ring of SageMath. For piecewise function, we adopted code by Matthias Köppe et al., at https://github.com/mkoeppe/cutgeneratingfunctionology/blob/master/cutgeneratingfunctionology/igp/fast_piecewise.py and code by David Joyner et al. at SageMath piecewise function.
This code can do general piecewise add, subtraction, multiplication, divide the real number, equal, detect pieces with discontinuity, and compute limits at certain points. we are currently working on plotting piecewise functions.
Depends on #11225
CC: @yuan-zhou
Component: geometry
Keywords: piecewise
Author: Yueqi Li
Branch/Commit: u/gh-NicoleYueqiLi/piecewise_polynomial_in_one_dimension @
e185e1d
Issue created by migration from https://trac.sagemath.org/ticket/34456
The text was updated successfully, but these errors were encountered: