Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp496 float qr[n][m]; in solveLeastSquares() local
499 qr[i][h] = 0; in solveLeastSquares()
501 qr[i][h] += q[j][h] * r[j][i]; in solveLeastSquares()
505 ALOGD(" - qr=%s", matrixToString(&qr[0][0], m, n, false /*rowMajor*/).string()); in solveLeastSquares()