MCPcopy 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

addStateMethod · 0.80
setConstantMethod · 0.80
setVariableMethod · 0.80
setSubsetConstantMethod · 0.80
setUpperBoundMethod · 0.80
setLowerBoundMethod · 0.80
marginalizeStatesMethod · 0.80
sampleCost1DMethod · 0.80
sampleCost2DMethod · 0.80
removeStateMethod · 0.80
getFactorsOfStateMethod · 0.80
removeStateMethod · 0.80

Calls 1

getDataPointerMethod · 0.80

Tested by

no test coverage detected