Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dusermat.h35 SEL_IMAG, /* the "imag" dummy constant */ enumerator
43 #define is_sel_dummy(s) (s >= SEL_DIAG && s <= SEL_IMAG)
H A Dmspec_debug.c39 { SEL_IMAG, "SEL_IMAG" },
H A Dusermat.c1002 } else if (spec->ltype == SEL_REAL || spec->ltype == SEL_IMAG) { in matrix_get_submatrix()
1003 int im = (spec->ltype == SEL_IMAG); in matrix_get_submatrix()
1987 } else if (sel == SEL_REAL || sel == SEL_IMAG) { in gretl_matrix_set_part()
1989 int im = (sel == SEL_IMAG); in gretl_matrix_set_part()
H A Dgeneval.c4907 spec->ltype = SEL_IMAG; in build_mspec()
H A Dgeneval.c.try4938 spec->ltype = SEL_IMAG;