|
| void | build_dac_table (unsigned short *dac, int bits, double _2R_div_R, bool term) |
| void | 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 | interpolate_brute_force (double x1, double y1, double x2, double y2, double k1, double k2, PointPlotter plot, double res) |
| template<class PointPlotter> |
| void | interpolate_forward_difference (double x1, double y1, double x2, double y2, double k1, double k2, PointPlotter plot, double res) |
| template<class PointIter> |
| double | x (PointIter p) |
| template<class PointIter> |
| double | y (PointIter p) |
| template<class PointIter, class PointPlotter> |
| void | interpolate (PointIter p0, PointIter pn, PointPlotter plot, double res) |