Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ getNumVariables
Function
getNumVariables
include/function.h:69–72 ·
view source on GitHub ↗
* Get the dimension */
Source
from the content-addressed store, hash-verified
67
* Get the dimension
68
*/
69
inline unsigned int getNumVariables() const
70
{
71
return numVariables;
72
}
73
74
/**
75
* Check input
Callers
4
centralDifference
Method · 0.50
secondOrderCentralDifference
Method · 0.50
recordGridPoint
Method · 0.50
initDataStructures
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected