Searched refs:qr (Results 1 – 1 of 1) sorted by relevance
496 float qr[n][m]; in solveLeastSquares() local499 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()