#include <LinearInterpolation.h>
|
| std::function< double(double)> | f = [this](double x) { return operator()(x); } |
| | function object More...
|
| |
| std::function< double(double)> | df = [this](double x) { return derivative(x); } |
| | derivative function object More...
|
| |
| unsigned | bisection (double x) const |
| |
| std::vector< std::array< double, 2 > > | mData |
| |
| unsigned | mNumNeighborPoints |
| |
| NuTo::Math::LinearInterpolation::LinearInterpolation |
( |
std::vector< std::array< double, 2 >> |
data | ) |
|
|
inline |
create interpolation object; call with data array
| double NuTo::Math::LinearInterpolation::derivative |
( |
double |
x | ) |
const |
|
overridevirtual |
| double NuTo::Math::LinearInterpolation::operator() |
( |
double |
x | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: