Searched refs:matLinearSolveCholesky (Results 1 – 3 of 3) sorted by relevance
216 bool matLinearSolveCholesky(float *x, const float *L, const float *b,
270 return matLinearSolveCholesky(step, L, gradient, dim); in computeStep()
635 bool matLinearSolveCholesky(float *x, const float *L, const float *b, size_t n) { in matLinearSolveCholesky() function