HomeSort by relevance Sort by last modified time
    Searched defs:inv_matrix_det_incd (Results 1 - 2 of 2) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlMathFunc.c 295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) function
337 inv_matrix_det_incd(p, &d[0][0], n, i, j);
  /hardware/invensense/libsensors_iio/software/core/mllite/
ml_math_func.c 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) function
498 inv_matrix_det_incd(p, &d[0][0], n, i, j);

Completed in 174 milliseconds