Home
last modified time | relevance | path

Searched refs:mat33Transpose (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h121 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A);
Dmat.c275 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A) { in mat33Transpose() function
/device/google/contexthub/firmware/os/algos/
Dfusion.c475 mat33Transpose(&fusion->P[1][0], &fusion->P[0][1]); in fusionUpdate()