Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.h224 bool matCholeskyDecomposition(float *L, const float *A, size_t n);
Dlevenberg_marquardt.c264 if (!matCholeskyDecomposition(L, hessian, dim)) { in computeStep()
Dmat.c659 bool matCholeskyDecomposition(float *L, const float *A, size_t n) { in matCholeskyDecomposition() function