Mantis - ALGLIB
Viewing Issue Advanced Details
795 Interpolation feature have not tried 2018-02-28 19:01 2018-02-28 19:01
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 3.14.0  
Unspecified
0000795: IMPLEMENTED: fitting irregular data by penalized bicubic spline
Implemented two fitting algorithms:
* BlockLLS, efficient direct sparse solver which supports nonlinearity penalty and works on grids with up to 512x512 nodes.
* FastDDM, large-scale solver intended for problems with huge amounts of points (supports grids with up to 10000x10000 nodes)

Both solvers support parallelism, although only FastDDM shows nearly-linear scaling.
Issue History
2018-02-28 19:01 SergeyB New Issue
2018-02-28 19:01 SergeyB Status new => assigned
2018-02-28 19:01 SergeyB Assigned To => SergeyB
2018-02-28 19:01 SergeyB Programming language => Unspecified
2018-02-28 19:01 SergeyB Status assigned => resolved
2018-02-28 19:01 SergeyB Fixed in Version => 3.14.0
2018-02-28 19:01 SergeyB Resolution open => implemented

There are no notes attached to this issue.