Home
last modified time | relevance | path

Searched refs:_simplex_reduce (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.h160 gen _simplex_reduce(const gen & g,GIAC_CONTEXT);
H A Dmisc.cc5489 gen _simplex_reduce(const gen & args,GIAC_CONTEXT){ in _simplex_reduce() function
5493 static define_unary_function_eval (__simplex_reduce,&_simplex_reduce,_simplex_reduce_s);
5648 gen _simplex_reduce(const gen & g,GIAC_CONTEXT){ in _simplex_reduce() function
5680 static define_unary_function_eval (__simplex_reduce,&_simplex_reduce,_simplex_reduce_s);
H A Dgiac.i781 gen _simplex_reduce(const gen & g,giac::context * );
H A Dgiacjs.i776 gen _simplex_reduce(const gen & g,giac::context * );
H A Dgiac_wrap.cxx14038 result = giac::_simplex_reduce((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1simplex_1reduce()