Searched refs:matTransposeMultiplyVec (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.h | 202 void matTransposeMultiplyVec(float* out, const float *A, const float *v,
|
D | levenberg_marquardt.c | 228 matTransposeMultiplyVec(gradient, jacobian, residual, meas_dim, state_dim); in computeResidualAndGradients()
|
D | mat.c | 622 void matTransposeMultiplyVec(float *out, const float *A, const float *v, in matTransposeMultiplyVec() function
|
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/ |
D | sphere_fit_calibration.c | 202 matTransposeMultiplyVec(&jacobian[i * SF_STATE_DIM], A, x_corr, in sphereFitResidAndJacobianFunc()
|