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

Function getTestFunction

test/testingutilities.cpp:748–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746
747
748TestFunction *getTestFunction(int numVariables, int degree)
749{
750 return testFunctions.at(numVariables).at(degree);
751}
752
753std::vector<TestFunction *> getTestFunctionsOfDegree(int degree)
754{

Callers 3

bspline.cppFile · 0.85
datatable.cppFile · 0.85
datatable.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected