Home
last modified time | relevance | path

Searched refs:lm_qrsolv (Results 1 – 2 of 2) sorted by relevance

/external/lmfit/lib/
Dlmmin.c35 void lm_qrsolv(const int n, double* r, const int ldr, const int* Pivot,
716 lm_qrsolv(n, r, ldr, Pivot, aux, qtb, x, Sdiag, xdi); in lm_lmpar()
900 void lm_qrsolv(const int n, double* r, const int ldr, const int* Pivot, in lm_qrsolv() function
/external/lmfit/
DCHANGELOG166 - fixed bug sf#1817631: replaced confusing variable names in lmmin.c:lm_qrsolv()