Lines Matching refs:ex

38 	return GiNaC::function(NAME##_SERIAL::serial, GiNaC::ex(p1) ); \
44 return GiNaC::function(NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2) ); \
50 return GiNaC::function(NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3) ); \
56 …return GiNaC::function(NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::
62 …iNaC::function(NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), …
68 …unction(NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::
74 …NAME##_SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), …
80 …SERIAL::serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::
86 …serial, GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), …
92 … GiNaC::ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), GiNaC::
98ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), GiNaC::ex(p7), …
104ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), GiNaC::ex(p7), …
110ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), GiNaC::ex(p7), …
116ex(p1), GiNaC::ex(p2), GiNaC::ex(p3), GiNaC::ex(p4), GiNaC::ex(p5), GiNaC::ex(p6), GiNaC::ex(p7), …
129 typedef ex (* eval_funcp)();
130 typedef ex (* evalf_funcp)();
131 typedef ex (* conjugate_funcp)();
132 typedef ex (* real_part_funcp)();
133 typedef ex (* imag_part_funcp)();
134 typedef ex (* expand_funcp)();
135 typedef ex (* derivative_funcp)();
136 typedef ex (* expl_derivative_funcp)();
137 typedef ex (* power_funcp)();
138 typedef ex (* series_funcp)();
143 typedef ex (* eval_funcp_1)( const ex & );
144 typedef ex (* evalf_funcp_1)( const ex & );
145 typedef ex (* conjugate_funcp_1)( const ex & );
146 typedef ex (* real_part_funcp_1)( const ex & );
147 typedef ex (* imag_part_funcp_1)( const ex & );
148 typedef ex (* expand_funcp_1)( const ex &, unsigned );
149 typedef ex (* derivative_funcp_1)( const ex &, unsigned );
150 typedef ex (* expl_derivative_funcp_1)( const ex &, const symbol & );
151 typedef ex (* power_funcp_1)( const ex &, const ex & );
152 typedef ex (* series_funcp_1)( const ex &, const relational &, int, unsigned );
153 typedef void (* print_funcp_1)( const ex &, const print_context & );
154 typedef bool (* info_funcp_1)( const ex &, unsigned );
155 typedef ex (* eval_funcp_2)( const ex &, const ex & );
156 typedef ex (* evalf_funcp_2)( const ex &, const ex & );
157 typedef ex (* conjugate_funcp_2)( const ex &, const ex & );
158 typedef ex (* real_part_funcp_2)( const ex &, const ex & );
159 typedef ex (* imag_part_funcp_2)( const ex &, const ex & );
160 typedef ex (* expand_funcp_2)( const ex &, const ex &, unsigned );
161 typedef ex (* derivative_funcp_2)( const ex &, const ex &, unsigned );
162 typedef ex (* expl_derivative_funcp_2)( const ex &, const ex &, const symbol & );
163 typedef ex (* power_funcp_2)( const ex &, const ex &, const ex & );
164 typedef ex (* series_funcp_2)( const ex &, const ex &, const relational &, int, unsigned );
165 typedef void (* print_funcp_2)( const ex &, const ex &, const print_context & );
166 typedef bool (* info_funcp_2)( const ex &, const ex &, unsigned );
167 typedef ex (* eval_funcp_3)( const ex &, const ex &, const ex & );
168 typedef ex (* evalf_funcp_3)( const ex &, const ex &, const ex & );
169 typedef ex (* conjugate_funcp_3)( const ex &, const ex &, const ex & );
170 typedef ex (* real_part_funcp_3)( const ex &, const ex &, const ex & );
171 typedef ex (* imag_part_funcp_3)( const ex &, const ex &, const ex & );
172 typedef ex (* expand_funcp_3)( const ex &, const ex &, const ex &, unsigned );
173 typedef ex (* derivative_funcp_3)( const ex &, const ex &, const ex &, unsigned );
174 typedef ex (* expl_derivative_funcp_3)( const ex &, const ex &, const ex &, const symbol & );
175 typedef ex (* power_funcp_3)( const ex &, const ex &, const ex &, const ex & );
176 typedef ex (* series_funcp_3)( const ex &, const ex &, const ex &, const relational &, int, unsigne…
177 typedef void (* print_funcp_3)( const ex &, const ex &, const ex &, const print_context & );
178 typedef bool (* info_funcp_3)( const ex &, const ex &, const ex &, unsigned );
179 typedef ex (* eval_funcp_4)( const ex &, const ex &, const ex &, const ex & );
180 typedef ex (* evalf_funcp_4)( const ex &, const ex &, const ex &, const ex & );
181 typedef ex (* conjugate_funcp_4)( const ex &, const ex &, const ex &, const ex & );
182 typedef ex (* real_part_funcp_4)( const ex &, const ex &, const ex &, const ex & );
183 typedef ex (* imag_part_funcp_4)( const ex &, const ex &, const ex &, const ex & );
184 typedef ex (* expand_funcp_4)( const ex &, const ex &, const ex &, const ex &, unsigned );
185 typedef ex (* derivative_funcp_4)( const ex &, const ex &, const ex &, const ex &, unsigned );
186 typedef ex (* expl_derivative_funcp_4)( const ex &, const ex &, const ex &, const ex &, const symbo…
187 typedef ex (* power_funcp_4)( const ex &, const ex &, const ex &, const ex &, const ex & );
188 typedef ex (* series_funcp_4)( const ex &, const ex &, const ex &, const ex &, const relational &, …
189 typedef void (* print_funcp_4)( const ex &, const ex &, const ex &, const ex &, const print_context…
190 typedef bool (* info_funcp_4)( const ex &, const ex &, const ex &, const ex &, unsigned );
191 typedef ex (* eval_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex & );
192 typedef ex (* evalf_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex & );
193 typedef ex (* conjugate_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex & );
194 typedef ex (* real_part_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex & );
195 typedef ex (* imag_part_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex & );
196 typedef ex (* expand_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, unsigned…
197 typedef ex (* derivative_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, unsi…
198 typedef ex (* expl_derivative_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &,…
199 typedef ex (* power_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
200 typedef ex (* series_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, const re…
201 typedef void (* print_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, const p…
202 typedef bool (* info_funcp_5)( const ex &, const ex &, const ex &, const ex &, const ex &, unsigned…
203 typedef ex (* eval_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
204 typedef ex (* evalf_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
205 typedef ex (* conjugate_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
206 typedef ex (* real_part_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
207 typedef ex (* imag_part_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
208 typedef ex (* expand_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
209 typedef ex (* derivative_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, cons…
210 typedef ex (* expl_derivative_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &,…
211 typedef ex (* power_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
212 typedef ex (* series_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
213 typedef void (* print_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const e…
214 typedef bool (* info_funcp_6)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
215 typedef ex (* eval_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
216 typedef ex (* evalf_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
217 typedef ex (* conjugate_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
218 typedef ex (* real_part_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
219 typedef ex (* imag_part_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
220 typedef ex (* expand_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
221 typedef ex (* derivative_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, cons…
222 typedef ex (* expl_derivative_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &,…
223 typedef ex (* power_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
224 typedef ex (* series_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
225 typedef void (* print_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const e…
226 typedef bool (* info_funcp_7)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
227 typedef ex (* eval_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
228 typedef ex (* evalf_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
229 typedef ex (* conjugate_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
230 typedef ex (* real_part_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
231 typedef ex (* imag_part_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
232 typedef ex (* expand_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
233 typedef ex (* derivative_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, cons…
234 typedef ex (* expl_derivative_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &,…
235 typedef ex (* power_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
236 typedef ex (* series_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
237 …ef void (* print_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
238 …def bool (* info_funcp_8)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
239 typedef ex (* eval_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
240 typedef ex (* evalf_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
241 typedef ex (* conjugate_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
242 typedef ex (* real_part_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
243 typedef ex (* imag_part_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
244 typedef ex (* expand_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
245 typedef ex (* derivative_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, cons…
246 typedef ex (* expl_derivative_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &,…
247 …ypedef ex (* power_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
248 typedef ex (* series_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
249 …d (* print_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
250 …ol (* info_funcp_9)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
251 …ypedef ex (* eval_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
252 …ypedef ex (* evalf_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
253 …edef ex (* conjugate_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const
254 …edef ex (* real_part_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const
255 …edef ex (* imag_part_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const
256 …pedef ex (* expand_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
257 …def ex (* derivative_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const
258 …f ex (* expl_derivative_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, con…
259ex (* power_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
260 …pedef ex (* series_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex
261 …int_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
262 …nfo_funcp_10)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
263ex (* eval_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
264ex (* evalf_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
265ex (* conjugate_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
266ex (* real_part_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
267ex (* imag_part_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
268ex (* expand_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
269ex (* derivative_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
270ex (* expl_derivative_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
271ex (* power_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
272ex (* series_funcp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
273 …ncp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
274 …ncp_11)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
275ex (* eval_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, cons…
276ex (* evalf_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
277ex (* conjugate_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
278ex (* real_part_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
279ex (* imag_part_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
280ex (* expand_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
281ex (* derivative_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
282ex (* expl_derivative_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
283ex (* power_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
284ex (* series_funcp_12)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
285 …)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
286 …)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
287ex (* eval_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, cons…
288ex (* evalf_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
289ex (* conjugate_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
290ex (* real_part_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
291ex (* imag_part_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
292ex (* expand_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
293ex (* derivative_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
294ex (* expl_derivative_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
295ex (* power_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
296ex (* series_funcp_13)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
297 …st ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
298 …st ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const…
299ex (* eval_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, cons…
300ex (* evalf_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
301ex (* conjugate_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
302ex (* real_part_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
303ex (* imag_part_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &,…
304ex (* expand_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
305ex (* derivative_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &…
306ex (* expl_derivative_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const…
307ex (* power_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, con…
308ex (* series_funcp_14)( const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, co…
309ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex
310ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex &, const ex
315 typedef ex (* eval_funcp_exvector)(const exvector &);
316 typedef ex (* evalf_funcp_exvector)(const exvector &);
317 typedef ex (* conjugate_funcp_exvector)(const exvector &);
318 typedef ex (* real_part_funcp_exvector)(const exvector &);
319 typedef ex (* imag_part_funcp_exvector)(const exvector &);
320 typedef ex (* expand_funcp_exvector)(const exvector &, unsigned);
321 typedef ex (* derivative_funcp_exvector)(const exvector &, unsigned);
322 typedef ex (* expl_derivative_funcp_exvector)(const exvector &, const symbol &);
323 typedef ex (* power_funcp_exvector)(const exvector &, const ex &);
324 typedef ex (* series_funcp_exvector)(const exvector &, const relational &, int, unsigned);
662 ex symtree;
685 function(unsigned ser, const ex & param1);
686 function(unsigned ser, const ex & param1, const ex & param2);
687 function(unsigned ser, const ex & param1, const ex & param2, const ex & param3);
688 function(unsigned ser, const ex & param1, const ex & param2, const ex & param3, const ex & param4);
689 …function(unsigned ser, const ex & param1, const ex & param2, const ex & param3, const ex & param4,…
690 …unction(unsigned ser, const ex & param1, const ex & param2, const ex & param3, const ex & param4, …
691 …signed ser, const ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex &…
692 …r, const ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, …
693ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
694ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
695ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
696ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
697ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
698ex & param1, const ex & param2, const ex & param3, const ex & param4, const ex & param5, const ex
708 ex expand(unsigned options=0) const override;
709 ex eval() const override;
710 ex evalf() const override;
711 ex eval_ncmul(const exvector & v) const override;
713 ex series(const relational & r, int order, unsigned options = 0) const override;
714 ex thiscontainer(const exvector & v) const override;
715 ex thiscontainer(exvector && v) const override;
716 ex conjugate() const override;
717 ex real_part() const override;
718 ex imag_part() const override;
723 ex derivative(const symbol & s) const override;
734 ex pderivative(unsigned diff_param) const; // partial differentiation
735 ex expl_derivative(const symbol & s) const; // partial differentiation
737 bool lookup_remember_table(ex & result) const;
738 void store_remember_table(ex const & result) const;
740 ex power(const ex & exp) const;
758 inline bool is_the_function(const ex & x) in is_the_function()