Searched refs:weighting (Results 1 – 2 of 2) sorted by relevance
178 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
327 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument328 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()