7 #ifndef IMPCORE_CLOSED_CUBIC_SPLINE_H
8 #define IMPCORE_CLOSED_CUBIC_SPLINE_H
10 #include <IMP/core/core_config.h>
13 IMPCORE_BEGIN_NAMESPACE
32 virtual double evaluate(
double feature)
const;
36 void do_show(std::ostream &out)
const;
virtual double evaluate(double feature) const
Calculate score with respect to the given feature.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Single variable function.
std::pair< double, double > DerivativePair
A pair representing a function value with its first derivative.
virtual DerivativePair evaluate_with_derivative(double feature) const
Calculate score and derivative with respect to the given feature.
double Float
Basic floating-point value (could be float, double...)
Abstract single variable functor class for score functions.
Closed cubic spline function.