Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h163 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b,
Dmat.c509 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, in mat44Solve() function
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
Dmag_cal.c114 mat44Solve(&A, &out, &b, &pivot); in magKasaFit()