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