Hermite interpolation. More...
#include "../polynomial/evaluate.h"
#include "../../ads/array/Array.h"
#include <functional>
#include "hermite.ipp"
Go to the source code of this file.
Classes | |
class | Hermite< T > |
Class for Hermite interpolation with a number of patches. More... | |
class | HermiteFunctionDerivative< T > |
Class for Hermite interpolation with a number of patches. More... | |
Functions | |
template<typename T > | |
T | hermiteInterpolate (T t, T value0, T value1, T derivative0, T derivative1) |
Hermite interpolation. | |
template<typename T > | |
void | computeHermitePolynomialCoefficients (T value0, T value1, T derivative0, T derivative1, T *coefficients) |
Compute the polynomial coefficients for Hermite interpolation. |
Hermite interpolation.
void computeHermitePolynomialCoefficients | ( | T | value0, | |
T | value1, | |||
T | derivative0, | |||
T | derivative1, | |||
T * | coefficients | |||
) | [inline] |