Home
last modified time | relevance | path

Searched refs:Size3 (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/inc/algos/
Dmat.h34 struct Size3 { struct
78 void mat33DecomposeLup(struct Mat33 *LU, struct Size3 *pivot);
82 void mat33Solve(const struct Mat33 *A, struct Vec3 *x, const struct Vec3 *b, const struct Size3 *pi…
/device/google/contexthub/firmware/src/algos/
Dmat.c249 void mat33DecomposeLup(struct Mat33 *LU, struct Size3 *pivot) in mat33DecomposeLup()
304 void mat33Solve(const struct Mat33 *A, struct Vec3 *x, const struct Vec3 *b, const struct Size3 *pi… in mat33Solve()