Home
last modified time | relevance | path

Searched refs:computeGainRatio (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.h154 float computeGainRatio(const float *residual, const float *residual_new,
Dlevenberg_marquardt.c117 const float gain_ratio = computeGainRatio(data->residual, in lmSolverSolve()
155 float computeGainRatio(const float *residual, const float *residual_new, in computeGainRatio() function