Home
last modified time | relevance | path

Searched refs:inv_matrix_det_incd (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/mlsdk/mllite/
DmlMathFunc.h61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
DmlMathFunc.c295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() function
337 inv_matrix_det_incd(p, &d[0][0], n, i, j); in inv_matrix_detd()