Interpolation - Splines
Thanks to a simple conjugate gradient solver,
the numpy.KernelSolve
and torch.KernelSolve
operators can be used to solve large-scale interpolation problems
with a linear memory footprint.
Kernel interpolation - NumPy API
Kernel interpolation - NumPy API
Kernel interpolation - PyTorch API
Kernel interpolation - PyTorch API