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