MCPcopy Create free account
hub / github.com/bgrimstad/splinter / eval

Method eval

src/function.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16double Function::eval(const std::vector<double> &x) const
17{
18 auto denseX = vectorToDenseVector(x);
19
20 return eval(denseX);
21}
22
23std::vector<double> Function::evalJacobian(const std::vector<double> &x) const
24{

Callers

nothing calls this directly

Calls 1

vectorToDenseVectorFunction · 0.85

Tested by

no test coverage detected