Go to the documentation of this file.
19 #ifndef INCLUDED_core_scoring_electron_density_SplineInterp_hh
20 #define INCLUDED_core_scoring_electron_density_SplineInterp_hh
24 namespace electron_density {
25 namespace SplineInterp {
27 double interp3(
double *Bcoeff,
int dims[3],
double X[3],
int degree);
28 int grad3(
double grad[3],
double *Bcoeff,
int dims[3],
double X[3],
int degree);