Functions to evaluate cubic polynomials and cubic polynomial derivatives.
More...
#include <platform/types.hh>
|
struct | numeric::CubicPolynomial |
|
struct | numeric::SplineParameters |
| SplineParameters is a simple struct for holding the cubic spline polynomials used in the etable to interpolate the lennard-jones attractive and LK-solvation terms to zero smoothly. These splines have exactly two knots to represent them, and the same x values are used for all the knots: thus the only parameters needed are the y values at the knots, and the second-derivatives for the polynomials at knots. More...
|
|
Functions to evaluate cubic polynomials and cubic polynomial derivatives.
- Author
- Rebecca Alford (rfalf.nosp@m.ord1.nosp@m.2@gma.nosp@m.il.c.nosp@m.om)