HomeSort by relevance Sort by last modified time
    Searched refs:inv_matrix_det_inc (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlMathFunc.h 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
mlMathFunc.c 280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) function
319 inv_matrix_det_inc(p, &d[0][0], n, i, j);
mlsupervisor.c 154 inv_matrix_det_inc(&m[0][0], &mTmp[0][0], &a, i, j);

Completed in 48 milliseconds