Searched refs:inv_matrix_det_inc (Results 1 – 3 of 3) sorted by relevance
/hardware/invensense/mlsdk/mllite/ |
D | mlMathFunc.h | 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
|
D | mlMathFunc.c | 280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() function 319 inv_matrix_det_inc(p, &d[0][0], n, i, j); in inv_matrix_det()
|
D | mlsupervisor.c | 154 inv_matrix_det_inc(&m[0][0], &mTmp[0][0], &a, i, j); in MLUpdateCompassCalibration3DOF()
|