Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_utils.h82 int gretl_isunits (int t1, int t2, const double *x);
H A Dgretl_utils.c336 int gretl_isunits (int t1, int t2, const double *x) in gretl_isunits() function
602 return gretl_isunits(dset->t1, dset->t2, dset->Z[v]); in true_const()