Searched refs:SolveLeastSquares (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc462 static bool SolveLeastSquares(const float* x, function
612 if (SolveLeastSquares(time, x, w, m, n, out_estimator->xcoeff, &xdet) &&
613 SolveLeastSquares(time, y, w, m, n, out_estimator->ycoeff, &ydet)) {

Completed in 372 milliseconds