Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/algos/
Dmat.h96 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pi…
/device/google/contexthub/firmware/src/algos/
Dmag_cal.c88 mat44Solve(&A, &out, &b, &pivot); in moc_fit()
Dmat.c557 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pi… in mat44Solve() function