BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
#include <algorithm>
Go to the source code of this file.
Namespaces | |
BubbleProfiler | |
Functions | |
template<typename Scalar , typename Data > | |
Scalar | BubbleProfiler::linear_lagrange_interpolation_at_point (Scalar x, const Data &xdata, const Data &ydata) |
template<typename Scalar , typename Data > | |
Scalar | BubbleProfiler::quadratic_lagrange_interpolation_at_point (Scalar x, const Data &xdata, const Data &ydata) |