6 std::vector<double> x(t.size());
7 for (
size_t i = 0; i < t.size(); i++) {
8 x[i] = this->
x0[i] + this->
s[i] * t[i];
13 double fx = this->
f(x);
std::function< double(std::vector< double >)> RealValuedForm
double f(double x)
Wilson special function f depending on x.