Mantis - ALGLIB
Viewing Issue Advanced Details
461 Interpolation feature have not tried 2012-06-28 17:20 2012-06-28 17:20
SergeyB  
Leo  
normal  
resolved  
implemented  
none    
none 3.6.0  
Unspecified
0000461: IMPLEMENTED: monotone spline interpolation
Spline construction subrouitne which builds monotone cubic Hermite interpolant. This interpolant is monotonic in [x(0),x(n-1)] and is constant outside of this interval. In case y[] form non-monotonic sequence, piecewise monotonic interpolant is constructed.

Say, for x=(0,1,2,3,4) and y=(0,1,2,1,0) interpolant will monotonically grow at [0..2] and monotonically decrease at [2..4].
Issue History
2012-06-28 17:20 SergeyB New Issue
2012-06-28 17:20 SergeyB Status new => assigned
2012-06-28 17:20 SergeyB Assigned To => Leo
2012-06-28 17:20 SergeyB Programming language => Unspecified
2012-06-28 17:20 SergeyB Status assigned => resolved
2012-06-28 17:20 SergeyB Fixed in Version => 3.6.0
2012-06-28 17:20 SergeyB Resolution open => implemented

There are no notes attached to this issue.