Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ getMeanPointer
Method
getMeanPointer
src/Data.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
double* Data::getMeanPointer()
110
{
111
return this->getDataPointer(DataElement::Mean);
112
}
113
114
double const* Data::getMeanPointerConst()
115
{
Callers
15
addState
Method · 0.80
setConstant
Method · 0.80
setVariable
Method · 0.80
setSubsetConstant
Method · 0.80
setUpperBound
Method · 0.80
setLowerBound
Method · 0.80
marginalizeStates
Method · 0.80
sampleCost1D
Method · 0.80
sampleCost2D
Method · 0.80
removeState
Method · 0.80
getFactorsOfState
Method · 0.80
removeState
Method · 0.80
Calls
1
getDataPointer
Method · 0.80
Tested by
no test coverage detected