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

Function sample

test/testingutilities.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535DataTable sample(const Function &func, std::vector<std::vector<double>> &points) {
536 return sample(&func, points);
537}
538
539DataTable sample(const Function *func, std::vector<std::vector<double>> &points)
540{

Callers 7

compareFunctionValueFunction · 0.85
compareJacobianValueFunction · 0.85
checkHessianSymmetryFunction · 0.85
testApproximationFunction · 0.85
bspline.cppFile · 0.85
datatable.cppFile · 0.85
datatable.cppFile · 0.85

Calls 3

vecToDenseFunction · 0.85
addSampleMethod · 0.80
evalMethod · 0.45

Tested by

no test coverage detected