Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ getMaxDegree
Method
getMaxDegree
test/testfunction.cpp:60–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
double TestFunction::getMaxDegree() const
61
{
62
double maxDegree = 0.0;
63
for (auto deg : getConstDegreeInt())
64
{
65
if (deg > maxDegree)
66
{
67
maxDegree = deg;
68
}
69
}
70
return maxDegree;
71
}
72
73
} // namespace SPLINTER
Callers
1
bspline.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected