Reputation: 503
Is there any ready libraries that can help to find extreme points of cubic spline? I use JFreeChart and I need to find extreme point in interval [a, b].
Upvotes: 0
Views: 214
Reputation: 10955
Apache commons-math has some spline handling code. I don't have enough math to know if it sufficient for your needs, though.
Upvotes: 1