LMMS
Loading...
Searching...
No Matches
spline.h File Reference

Go to the source code of this file.

Classes

class  reSID::PointPlotter< F >

Namespaces

namespace  reSID

Macros

#define interpolate_segment   interpolate_forward_difference

Functions

void reSID::cubic_coefficients (double x1, double y1, double x2, double y2, double k1, double k2, double &a, double &b, double &c, double &d)
template<class PointPlotter>
void reSID::interpolate_brute_force (double x1, double y1, double x2, double y2, double k1, double k2, PointPlotter plot, double res)
template<class PointPlotter>
void reSID::interpolate_forward_difference (double x1, double y1, double x2, double y2, double k1, double k2, PointPlotter plot, double res)
template<class PointIter>
double reSID::x (PointIter p)
template<class PointIter>
double reSID::y (PointIter p)
template<class PointIter, class PointPlotter>
void reSID::interpolate (PointIter p0, PointIter pn, PointPlotter plot, double res)

Macro Definition Documentation

◆ interpolate_segment

#define interpolate_segment   interpolate_forward_difference