Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h158 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot);
Dmat.c455 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot) { in mat44DecomposeLup() function
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
Dmag_cal.c101 mat44DecomposeLup(&A, &pivot); in magKasaFit()