Home
last modified time | relevance | path

Searched refs:LmParams (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.h53 struct LmParams { struct
98 struct LmParams params;
111 void lmSolverInit(struct LmSolver *solver, const struct LmParams *params,
Dlevenberg_marquardt.c31 void lmSolverInit(struct LmSolver *solver, const struct LmParams *params, in lmSolverInit()
37 memcpy(&solver->params, params, sizeof(struct LmParams)); in lmSolverInit()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.h30 struct LmParams params;
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.h107 const struct LmParams *lm_params,
Dsphere_fit_calibration.c46 const struct LmParams *lm_params, in sphereFitInit()