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

  /device/google/contexthub/firmware/os/algos/common/math/
mat.h 109 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A,
mat.c 175 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A,
  /device/google/contexthub/firmware/os/algos/
fusion.c 453 mat33MultiplyTransposed(&LtSi, &L, &Si);
457 mat33MultiplyTransposed(&K[1], &fusion->P[0][1], &LtSi);

Completed in 7269 milliseconds