Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenparse.h321 F_HDPROD, /* horizontal direct product */ enumerator
H A Dgenlex.c341 { F_HDPROD, "hdprod" },
H A Dgeneval.c2945 case F_HDPROD: in real_matrix_calc()
4687 } else if (f == F_HDPROD) { in matrix_to_matrix2_func()
16755 case F_HDPROD: in eval()
16768 } else if (ok_matrix_node(l) && null_node(r) && t->t == F_HDPROD) { in eval()
H A Dgeneval.c.try2946 case F_HDPROD:
4688 } else if (f == F_HDPROD) {
16858 case F_HDPROD:
16871 } else if (ok_matrix_node(l) && null_node(r) && t->t == F_HDPROD) {