Home
last modified time | relevance | path

Searched refs:_polygonplot (Results 1 – 6 of 6) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.h151 gen _polygonplot(const gen & g,GIAC_CONTEXT);
H A Dmisc.cc5076 gen _polygonplot(const gen & g,GIAC_CONTEXT){ in _polygonplot() function
5081 static define_unary_function_eval (__polygonplot,&_polygonplot,_polygonplot_s);
5085 static define_unary_function_eval (__ligne_polygonale,&_polygonplot,_ligne_polygonale_s);
7111 return _polygonplot(_tran(res,contextptr),contextptr); in _randmarkov()
H A Dgiac.i775 gen _polygonplot(const gen & g,giac::context * );
H A Dgiacjs.i770 gen _polygonplot(const gen & g,giac::context * );
H A Dplot.cc8738 return put_attributs(_polygonplot(makesequence(v0,v1),contextptr),attributs,contextptr); in _plot()
H A Dgiac_wrap.cxx13892 result = giac::_polygonplot((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1polygonplot()