Searched refs:solveLeastSquares (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/ui/ |
D | Input.cpp | 903 static bool solveLeastSquares(const float* x, const float* y, uint32_t m, uint32_t n, in solveLeastSquares() function 1071 if (solveLeastSquares(time, x, m, n, outEstimator->xCoeff, &xdet) in getEstimator() 1072 && solveLeastSquares(time, y, m, n, outEstimator->yCoeff, &ydet)) { in getEstimator()
|