Searched defs:solveLeastSquares (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/ui/
H A DInput.cpp903 static bool solveLeastSquares(const float* x, const float* y, uint32_t m, uint32_t n, function in namespace:android
906 LOGD("solveLeastSquares: m=%d, n=%d, x=%s, y=%s", int(m), int(n),
1071 if (solveLeastSquares(time, x, m, n, outEstimator->xCoeff, &xdet)
1072 && solveLeastSquares(time, y, m, n, outEstimator->yCoeff, &ydet)) {

Completed in 28 milliseconds