Home
last modified time | relevance | path

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

/hardware/invensense/mlsdk/mllite/
DmlMathFunc.h59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y);
DmlMathFunc.c280 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()
Dmlsupervisor.c154 inv_matrix_det_inc(&m[0][0], &mTmp[0][0], &a, i, j); in MLUpdateCompassCalibration3DOF()