#include <transc_fct_A.h>
Public Member Functions | |
| transcendental_fct_type_A (const GiNaC::ex &xx, const GiNaC::ex &ii_num, const GiNaC::ex &ii_denom, const GiNaC::ex &pp_num, const GiNaC::ex &pp_denom) | |
| transcendental_fct_type_A (const GiNaC::ex &xx, const GiNaC::ex &ii_num, const GiNaC::ex &ii_denom, const GiNaC::ex &pp_num, const GiNaC::ex &pp_denom, const GiNaC::ex &eps, int o, int f) | |
| void | archive (GiNaC::archive_node &node) const |
| void | read_archive (const GiNaC::archive_node &node, GiNaC::lst &sym_lst) |
| unsigned | return_type (void) const |
| void | print (const GiNaC::print_context &c, unsigned level=0) const |
| unsigned | precedence (void) const |
| GiNaC::ex | eval (int level=0) const |
| GiNaC::ex | subs (const GiNaC::exmap &m, unsigned options=0) const |
| GiNaC::ex | set_expansion (const GiNaC::ex &eps, int o) const |
Protected Member Functions | |
| GiNaC::ex | eval_ncmul (const GiNaC::exvector &v) const |
| GiNaC::ex | derivative (const GiNaC::symbol &s) const |
| unsigned | calchash (void) const |
Protected Attributes | |
| GiNaC::ex | x |
| GiNaC::ex | i_num |
| GiNaC::ex | i_denom |
| GiNaC::ex | pre_num |
| GiNaC::ex | pre_denom |
| GiNaC::ex | expansion_parameter |
| int | order |
| int | flag_expand_status |
|
|
Evaluation: If flag_expand_status is set, the object is expanded in The result is converted to a standard form, using convert_Zsums_to_standard_form. |
|
|
No automatic simplifications |
|
||||||||||||
|
Sets the flag flag_expand_status to expand_status::expansion_required. The object is then automatically expanded up to the specified order. |
1.3.7