Home
last modified time | relevance | path

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

/dports/math/gp2c/gp2c-0.0.12/src/
H A Dnode.c330 int matindex_type(long n) in matindex_type() function
364 if (matindex_type(tree[n].y)==MAT_range) in getlvalue()
H A Dheader.h452 int matindex_type(long n);
H A Dgenblock.c804 int m=matindex_type(tree[x].y); in genblock()
836 int m=matindex_type(y); in genblock()
/dports/math/pari/pari-2.13.3/src/language/
H A Dcompile.c772 matindex_type(long n) in matindex_type() function
797 while ((tree[n].f==Fmatcoeff && matindex_type(tree[n].y)!=MAT_range) || tree[n].f==Ftag) in getlvalue()
837 long m = matindex_type(y); in compilelvalue()
842 int mx = matindex_type(tree[x].y); in compilelvalue()
882 long m=matindex_type(y); in compilematcoeff()