Home
last modified time | relevance | path

Searched refs:solveUnweightedLeastSquaresDeg2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp578 static std::optional<std::array<float, 3>> solveUnweightedLeastSquaresDeg2( in solveUnweightedLeastSquaresDeg2() function
669 std::optional<std::array<float, 3>> xCoeff = solveUnweightedLeastSquaresDeg2(time, x, m); in getEstimator()
670 std::optional<std::array<float, 3>> yCoeff = solveUnweightedLeastSquaresDeg2(time, y, m); in getEstimator()