Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenfuncs.c2208 static int toeplitz_solve (const double *g, double *dy, int T, int q) in toeplitz_solve() function
2246 static int toeplitz_solve (double *g, double *y, int T, int q) in toeplitz_solve() function
2296 static int toeplitz_solve (double *g, double *y, int T, int q) in toeplitz_solve() function
2677 err = toeplitz_solve(g, y, T-2, n); in butterworth_filter()