MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / getLinearPart

Method getLinearPart

include/error_models/GaussianComponent.h:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 /** return the part before the exp() function */
159 template <typename T>
160 double getLinearPart(const VectorT<T, Dim> &Error) const
161 {
162 return _Scaling;
163 }
164
165 /** return the maximum value at the mode of the probability function*/
166 double getMaximum() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected