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

Method eval

test/testfunction.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42double TestFunction::eval(DenseVector x) const
43{
44 return f(denseVectorToVector(x));
45}
46
47std::vector<unsigned int> TestFunction::getConstDegreeInt() const
48{

Callers 6

testKnotInsertionFunction · 0.45
compareFunctionsFunction · 0.45
compareFunctionValueFunction · 0.45
sampleFunction · 0.45
getErrorNormsFunction · 0.45
centralDifferenceFunction · 0.45

Calls 2

fFunction · 0.85
denseVectorToVectorFunction · 0.85

Tested by

no test coverage detected