Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/src/algos/
Dmat.c249 void mat33DecomposeLup(struct Mat33 *LU, struct Size3 *pivot) in mat33DecomposeLup()
304 … mat33Solve(const struct Mat33 *A, struct Vec3 *x, const struct Vec3 *b, const struct Size3 *pivot) in mat33Solve()
503 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot) in mat44DecomposeLup()
557 … mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pivot) in mat44Solve()
Dmag_cal.c84 struct Size4 pivot; in moc_fit() local