OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat33GetEigenbasis
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
84
void
mat33GetEigenbasis
(struct Mat33 *S, struct Vec3 *eigenvals, struct Mat33 *eigenvecs);
/device/google/contexthub/firmware/src/algos/
mag_cal.c
49
mat33GetEigenbasis
(&S, &eigenvals, &eigenvecs);
accel_cal.c
427
mat33GetEigenbasis
(&S, &eigenvals, &eigenvecs);
mat.c
344
void
mat33GetEigenbasis
(struct Mat33 *S, struct Vec3 *eigenvals, struct Mat33 *eigenvecs)
Completed in 285 milliseconds