Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dmatrix_extra.h60 int gretl_matrix_row_to_array (const gretl_matrix *m, int i, double *x);
H A Dirfboot.c872 gretl_matrix_row_to_array(resp, i, ri); in irf_boot_quantiles()
884 gretl_matrix_row_to_array(b->resp, i, ri); in irf_boot_quantiles()
H A Dmatrix_extra.c392 int gretl_matrix_row_to_array (const gretl_matrix *m, int i, double *x) in gretl_matrix_row_to_array() function