Home
last modified time | relevance | path

Searched refs:f_PRETTYMAT (Results 1 – 10 of 10) sorted by relevance

/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Danal.h163 enum { f_RAW, f_PRETTYMAT, f_PRETTYOLD, f_PRETTY, f_TEX }; enumerator
H A Ddefault.c156 static pariout_t DFLT_OUTPUT = { 'g', 0, 38, 1, f_PRETTYMAT, 0 }; in init_fmt()
158 static pariout_t DFLT_OUTPUT = { 'g', 0, 28, 1, f_PRETTYMAT, 0 }; in init_fmt()
H A Des.c2464 case f_PRETTYMAT: matbruti(y, T); break; in gen_output()
2490 pariout_t T; _initout(&T,f,d,1,0, f_PRETTYMAT); in matbrute()
/dports/math/pari/pari-2.13.3/src/language/
H A Ddefault.c926 static pariout_t DFLT_OUTPUT = { 'g', 38, 1, f_PRETTYMAT, 0 }; in init_fmt()
928 static pariout_t DFLT_OUTPUT = { 'g', 28, 1, f_PRETTYMAT, 0 }; in init_fmt()
H A Des.c4591 void printp (GEN g) { print0(g, f_PRETTYMAT); pari_putc('\n'); pari_flush(); } in printp()
/dports/math/pari/pari-2.13.3/doc/
H A Ddevelop.tex354 quotes. \fl is one of \tet{f_RAW}, \tet{f_PRETTYMAT} or \tet{f_TEX}, using the
H A Dusersch5.tex13677 \kbd{flag} determines the output format: \tet{f_RAW}, \tet{f_PRETTYMAT}
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd2719 extern int f_RAW, f_PRETTYMAT, f_PRETTY, f_TEX
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd2877 extern int f_RAW, f_PRETTYMAT, f_PRETTY, f_TEX
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h3281 enum { f_RAW = 0, f_PRETTYMAT = 1, f_PRETTY = 3, f_TEX = 4 }; enumerator