Searched refs:matrixToString (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 78 static String8 matrixToString(const float* a, uint32_t m, uint32_t n, bool rowMajor) { in matrixToString() function 457 ALOGD(" - a=%s", matrixToString(&a[0][0], m, n, false /*rowMajor*/).string()); in solveLeastSquares() 492 ALOGD(" - q=%s", matrixToString(&q[0][0], m, n, false /*rowMajor*/).string()); in solveLeastSquares() 493 ALOGD(" - r=%s", matrixToString(&r[0][0], n, n, true /*rowMajor*/).string()); in solveLeastSquares() 505 ALOGD(" - qr=%s", matrixToString(&qr[0][0], m, n, false /*rowMajor*/).string()); in solveLeastSquares()
|