Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dpermu.cc1021 vecteur v(plotpreprocess(args,contextptr)); in _laplacian()
1044 vecteur v(plotpreprocess(args,contextptr)); in _hessian()
1089 vecteur v(plotpreprocess(args,contextptr)); in _divergence()
1133 vecteur v(plotpreprocess(args,contextptr)); in _curl()
H A Dderive.cc655 v=plotpreprocess(gen(*args._VECTptr,_SEQ__VECT),contextptr); in _derive()
662 v=plotpreprocess(makesequence(args,vx_var),contextptr); in _derive()
H A Dplot.h181 vecteur plotpreprocess(const gen & args,GIAC_CONTEXT);
H A Dplot.cc878 static void plotpreprocess(gen & g,vecteur & quoted,GIAC_CONTEXT){ in plotpreprocess() function
1008 vecteur plotpreprocess(const gen & args,GIAC_CONTEXT){ in plotpreprocess() function
1033 plotpreprocess(v[1]._SYMBptr->feuille._VECTptr->front(),quoted,contextptr); in plotpreprocess()
1035 plotpreprocess(v[1],quoted,contextptr); in plotpreprocess()
2110 vecteur vargs(plotpreprocess(args,contextptr)); in funcplotfunc()
8507 vecteur vargs(plotpreprocess(args,contextptr)); in paramplotparam()
8715 v=plotpreprocess(g_,contextptr); in _plot()
8838 vecteur vargs(plotpreprocess(args,contextptr)); in _plotpolar()
H A Dsolve.cc2575 return plotpreprocess(g,contextptr); in solvepreprocess()
3598 vecteur v(plotpreprocess(args,contextptr)); in _fsolve()
4217 vecteur v(plotpreprocess(args,contextptr)); in _linsolve()
H A Dgiac.i968 giac::vecteur plotpreprocess(const gen & args,giac::context * );
H A Dgiacjs.i963 giac::vecteur plotpreprocess(const gen & args,giac::context * );
H A Drpn.cc2746 vecteur v = plotpreprocess(args,contextptr); in _ITERATE()
H A Dmisc.cc1906 vecteur v(plotpreprocess(g,contextptr)); in _potential()
1938 vecteur v(plotpreprocess(g,contextptr)); in _vpotential()
H A Dgiac_wrap.cxx18213 result = giac::plotpreprocess((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI_plotpreprocess()