Searched refs:lm_qrsolv (Results 1 – 2 of 2) sorted by relevance
/external/lmfit/lib/ |
D | lmmin.c | 35 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/ |
D | CHANGELOG | 166 - fixed bug sf#1817631: replaced confusing variable names in lmmin.c:lm_qrsolv()
|