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.h216 bool matLinearSolveCholesky(float *x, const float *L, const float *b,
Dlevenberg_marquardt.c270 return matLinearSolveCholesky(step, L, gradient, dim); in computeStep()
Dmat.c635 bool matLinearSolveCholesky(float *x, const float *L, const float *b, size_t n) { in matLinearSolveCholesky() function