HomeSort by relevance Sort by last modified time
    Searched refs:inv_matrix_detd (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mlMathFunc.h 60 double inv_matrix_detd(double *p, int *n);
mlMathFunc.c 328 double inv_matrix_detd(double *p, int *n) function
339 sum + *(p + 10 * i + j) * SIGNM(i + j) * inv_matrix_detd(&d[0][0],
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 88 double inv_matrix_detd(double *p, int *n);
ml_math_func.c 489 double inv_matrix_detd(double *p, int *n) function
502 inv_matrix_detd(&d[0][0], n);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 88 double inv_matrix_detd(double *p, int *n);
ml_math_func.c 489 double inv_matrix_detd(double *p, int *n) function
502 inv_matrix_detd(&d[0][0], n);

Completed in 35 milliseconds