Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dmatrix_extra.c2507 static int diag_jacobi (int n, double *d, double *e, double *z) in diag_jacobi() function
2664 err = diag_jacobi(n, x, tmp, w); in gauss_quad_basic()