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.h162 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot);
Dkasa.c94 mat44DecomposeLup(&A, &pivot); in kasaFit()
Dmat.c465 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot) { in mat44DecomposeLup() function