Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp456 static bool solveLeastSquares(const float* x, const float* y, in solveLeastSquares() function
685 if (solveLeastSquares(time, x, w, m, n, outEstimator->xCoeff, &xdet) in getEstimator()
686 && solveLeastSquares(time, y, w, m, n, outEstimator->yCoeff, &ydet)) { in getEstimator()