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

  /hardware/invensense/mlsdk/mllite/
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);
  /hardware/invensense/libsensors_iio/software/core/mllite/
ml_math_func.c 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) function
479 inv_matrix_det_inc(p, &d[0][0], n, i, j);

Completed in 104 milliseconds