// #include "Interpolation.h" // double Interpolation::Linear(std::vector &points, std::vector &values, double t) // { // auto _C = MathNet::Numerics::Interpolate::Linear(points, values); // return _C->Interpolate(t); // }