Home
last modified time | relevance | path

Searched refs:_plot3d (Results 1 – 7 of 7) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A D%_plot3d.sci21 function [] = %_plot3d()
/dports/math/scilab/scilab-6.1.1/scilab/modules/io/tests/nonreg_tests/
H A Dbug_12083.tst27 //save f, gcf, %_plot3d, original_md5 ...
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot3d.h67 gen _plot3d(const gen & args,GIAC_CONTEXT);
H A Dgiac.i903 gen _plot3d(const gen & args,giac::context * );
H A Dgiacjs.i898 gen _plot3d(const gen & args,giac::context * );
H A Dplot.cc16159 gen _plot3d(const gen & g,const context * contextptr){ in _plot3d() function
16203 static define_unary_function_eval (__plot3d,&_plot3d,_plot3d_s);
16207 static define_unary_function_eval (__graphe3d,&_plot3d,_graphe3d_s);
H A Dgiac_wrap.cxx16775 result = giac::_plot3d((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1plot3d()