How to define matrix coefficients for a bicubic Spline interpolation
I work as a freelance developer, and my current client has given me a program to complete.
I need to code a bicubic spline interpolation in C++.
I have to compare my values to those of an internal Python program that uses the scipy.RectBivariateSpline function.
Interpolation par Spline bicubique
Bonjour,