Searched refs:matCholeskyDecomposition (Results 1 – 3 of 3) sorted by relevance
226 bool matCholeskyDecomposition(float *L, const float *A, size_t n);
265 if (!matCholeskyDecomposition(L, hessian, dim)) { in computeStep()
669 bool matCholeskyDecomposition(float *L, const float *A, size_t n) { in matCholeskyDecomposition() function