Home
last modified time | relevance | path

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

/dports/math/gp2c/gp2c-0.0.12/src/
H A Dnode.c346 if (yx==GNORANGE) return MAT_line; in matindex_type()
H A Dheader.h451 enum {MAT_range,MAT_std,MAT_line,MAT_column,VEC_std}; enumerator
H A Dgenblock.c807 if (m==MAT_line) in genblock()
848 case MAT_line: in genblock()
/dports/math/pari/pari-2.13.3/src/language/
H A Dcompile.c769 enum {MAT_range,MAT_std,MAT_line,MAT_column,VEC_std}; enumerator
789 if (fyx==Fnorange) return MAT_line; in matindex_type()
843 if (mx==MAT_line) in compilelvalue()
865 case MAT_line: in compilelvalue()
895 case MAT_line: in compilematcoeff()