Searched refs:mat33Rotate (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 42 static void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, 358 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis() 362 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis() 366 mat33Rotate(S, c, s, k, i, l, i); in mat33GetEigenbasis() 439 void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, in mat33Rotate() function
|