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

  /device/google/contexthub/firmware/inc/algos/
mat.h 76 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A);
  /device/google/contexthub/firmware/src/algos/
fusion.c 476 mat33Transpose(&fusion->P[1][0], &fusion->P[0][1]);
mat.c 237 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A)

Completed in 59 milliseconds