18#ifndef VOTCA_TOOLS_LINSPLINE_H
19#define VOTCA_TOOLS_LINSPLINE_H
47 void Interpolate(
const Eigen::VectorXd &x,
const Eigen::VectorXd &y)
override;
51 void Fit(
const Eigen::VectorXd &x,
const Eigen::VectorXd &y)
override;
base class for all analysis tools