Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
double TestFunction::eval(DenseVector x) const
43
{
44
return f(denseVectorToVector(x));
45
}
46
47
std::vector<unsigned int> TestFunction::getConstDegreeInt() const
48
{
Callers
6
testKnotInsertion
Function · 0.45
compareFunctions
Function · 0.45
compareFunctionValue
Function · 0.45
sample
Function · 0.45
getErrorNorms
Function · 0.45
centralDifference
Function · 0.45
Calls
2
f
Function · 0.85
denseVectorToVector
Function · 0.85
Tested by
no test coverage detected