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

  /device/google/contexthub/firmware/inc/algos/
mat.h 44 struct Size4 {
92 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot);
96 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pivot);
  /device/google/contexthub/firmware/src/algos/
mag_cal.c 84 struct Size4 pivot;
mat.c 503 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot)
557 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pivot)

Completed in 59 milliseconds