Skip to content
Snippets Groups Projects

ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options

Merged Paul McCarthy requested to merge enh/splinterpolator into master
Compare and Show latest version
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -3,8 +3,6 @@
#include "miscmaths/splinterpolator.h"
#include "NewNifti/NewNifti.h"
#include "newimage/newimageall.h"
#include <armadillo>
#include <filesystem>
Loading