OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat44Solve
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
96
void
mat44Solve
(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pivot);
/device/google/contexthub/firmware/src/algos/
mag_cal.c
88
mat44Solve
(&A, &out, &b, &pivot);
mat.c
557
void
mat44Solve
(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, const struct Size4 *pivot)
Completed in 52 milliseconds