Home
last modified time | relevance | path

Searched refs:matLinearSolveCholesky (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h218 bool matLinearSolveCholesky(float *x, const float *L, const float *b,
Dlevenberg_marquardt.c267 return matLinearSolveCholesky(step, L, gradient, dim); in computeStep()
Dmat.c636 bool matLinearSolveCholesky(float *x, const float *L, const float *b, size_t n) { in matLinearSolveCholesky() function