GiNaC 1.8.7
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GiNaC::Ebar_kernel Class Reference

The Ebar-kernel. More...

#include <integration_kernel.h>

Inheritance diagram for GiNaC::Ebar_kernel:
GiNaC::integration_kernel GiNaC::basic GiNaC::refcounted

Public Member Functions

 Ebar_kernel (const ex &n, const ex &m, const ex &x, const ex &y)
 
size_t nops () const override
 Number of operands/members. More...
 
ex op (size_t i) const override
 Return operand/member at position i. More...
 
exlet_op (size_t i) override
 Return modifiable operand/member at position i. More...
 
bool is_numeric (void) const override
 This routine returns true, if the integration kernel can be evaluated numerically. More...
 
ex get_numerical_value (const ex &qbar, int N_trunc=0) const override
 Returns the value of Ebar_{n,m}(x,y,qbar) More...
 
- Public Member Functions inherited from GiNaC::integration_kernel
ex series (const relational &r, int order, unsigned options=0) const override
 Default implementation of ex::series(). More...
 
virtual bool has_trailing_zero (void) const
 This routine returns true, if the integration kernel has a trailing zero. More...
 
virtual bool is_numeric (void) const
 This routine returns true, if the integration kernel can be evaluated numerically. More...
 
virtual ex Laurent_series (const ex &x, int order) const
 Returns the Laurent series, starting possibly with the pole term. More...
 
virtual ex get_numerical_value (const ex &lambda, int N_trunc=0) const
 Evaluates the integrand at lambda. More...
 
size_t get_cache_size (void) const
 Returns the current size of the cache. More...
 
void set_cache_step (int cache_steps) const
 Sets the step size by which the cache is increased. More...
 
ex get_series_coeff (int i) const
 Wrapper around series_coeff(i), converts cl_N to numeric. More...
 
cln::cl_N series_coeff (int i) const
 Subclasses have either to implement series_coeff_impl or the two methods Laurent_series and uses_Laurent_series. More...
 
- Public Member Functions inherited from GiNaC::basic
virtual ~basic ()
 basic destructor, virtual because class ex will delete objects of derived classes via a basic*. More...
 
 basic (const basic &other)
 
const basicoperator= (const basic &other)
 basic assignment operator: the other object might be of a derived class. More...
 
virtual basicduplicate () const
 Create a clone of this object on the heap. More...
 
virtual ex eval () const
 Perform automatic non-interruptive term rewriting rules. More...
 
virtual ex evalf () const
 Evaluate object numerically. More...
 
virtual ex evalm () const
 Evaluate sums, products and integer powers of matrices. More...
 
virtual ex eval_integ () const
 Evaluate integrals, if result is known. More...
 
virtual ex eval_indexed (const basic &i) const
 Perform automatic symbolic evaluations on indexed expression that contains this object as the base expression. More...
 
virtual void print (const print_context &c, unsigned level=0) const
 Output to stream. More...
 
virtual void dbgprint () const
 Little wrapper around print to be called within a debugger. More...
 
virtual void dbgprinttree () const
 Little wrapper around printtree to be called within a debugger. More...
 
virtual unsigned precedence () const
 Return relative operator precedence (for parenthezing output). More...
 
virtual bool info (unsigned inf) const
 Information about the object. More...
 
virtual size_t nops () const
 Number of operands/members. More...
 
virtual ex op (size_t i) const
 Return operand/member at position i. More...
 
virtual ex operator[] (const ex &index) const
 
virtual ex operator[] (size_t i) const
 
virtual exlet_op (size_t i)
 Return modifiable operand/member at position i. More...
 
virtual exoperator[] (const ex &index)
 
virtual exoperator[] (size_t i)
 
virtual bool has (const ex &other, unsigned options=0) const
 Test for occurrence of a pattern. More...
 
virtual bool match (const ex &pattern, exmap &repls) const
 Check whether the expression matches a given pattern. More...
 
virtual ex subs (const exmap &m, unsigned options=0) const
 Substitute a set of objects by arbitrary expressions. More...
 
virtual ex map (map_function &f) const
 Construct new expression by applying the specified function to all sub-expressions (one level only, not recursively). More...
 
virtual void accept (GiNaC::visitor &v) const
 
virtual bool is_polynomial (const ex &var) const
 Check whether this is a polynomial in the given variables. More...
 
virtual int degree (const ex &s) const
 Return degree of highest power in object s. More...
 
virtual int ldegree (const ex &s) const
 Return degree of lowest power in object s. More...
 
virtual ex coeff (const ex &s, int n=1) const
 Return coefficient of degree n in object s. More...
 
virtual ex expand (unsigned options=0) const
 Expand expression, i.e. More...
 
virtual ex collect (const ex &s, bool distributed=false) const
 Sort expanded expression in terms of powers of some object(s). More...
 
virtual ex series (const relational &r, int order, unsigned options=0) const
 Default implementation of ex::series(). More...
 
virtual ex normal (exmap &repl, exmap &rev_lookup, lst &modifier) const
 Default implementation of ex::normal(). More...
 
virtual ex to_rational (exmap &repl) const
 Default implementation of ex::to_rational(). More...
 
virtual ex to_polynomial (exmap &repl) const
 
virtual numeric integer_content () const
 
virtual ex smod (const numeric &xi) const
 Apply symmetric modular homomorphism to an expanded multivariate polynomial. More...
 
virtual numeric max_coefficient () const
 Implementation ex::max_coefficient(). More...
 
virtual exvector get_free_indices () const
 Return a vector containing the free indices of an expression. More...
 
virtual ex add_indexed (const ex &self, const ex &other) const
 Add two indexed expressions. More...
 
virtual ex scalar_mul_indexed (const ex &self, const numeric &other) const
 Multiply an indexed expression with a scalar. More...
 
virtual bool contract_with (exvector::iterator self, exvector::iterator other, exvector &v) const
 Try to contract two indexed expressions that appear in the same product. More...
 
virtual unsigned return_type () const
 
virtual return_type_t return_type_tinfo () const
 
virtual ex conjugate () const
 
virtual ex real_part () const
 
virtual ex imag_part () const
 
template<class T >
void print_dispatch (const print_context &c, unsigned level) const
 Like print(), but dispatch to the specified class. More...
 
void print_dispatch (const registered_class_info &ri, const print_context &c, unsigned level) const
 Like print(), but dispatch to the specified class. More...
 
virtual void archive (archive_node &n) const
 Save (serialize) the object into archive node. More...
 
virtual void read_archive (const archive_node &n, lst &syms)
 Load (deserialize) the object from an archive node. More...
 
ex subs_one_level (const exmap &m, unsigned options) const
 Helper function for subs(). More...
 
ex diff (const symbol &s, unsigned nth=1) const
 Default interface of nth derivative ex::diff(s, n). More...
 
int compare (const basic &other) const
 Compare objects syntactically to establish canonical ordering. More...
 
bool is_equal (const basic &other) const
 Test for syntactic equality. More...
 
const basichold () const
 Stop further evaluation. More...
 
unsigned gethash () const
 
const basicsetflag (unsigned f) const
 Set some status_flags. More...
 
const basicclearflag (unsigned f) const
 Clear some status_flags. More...
 
- Public Member Functions inherited from GiNaC::refcounted
 refcounted () noexcept
 
unsigned int add_reference () noexcept
 
unsigned int remove_reference () noexcept
 
unsigned int get_refcount () const noexcept
 
void set_refcount (unsigned int r) noexcept
 

Protected Member Functions

cln::cl_N series_coeff_impl (int i) const override
 For $ \omega = d\lambda $ only the coefficient of $ \lambda^0 $ is non-zero. More...
 
void do_print (const print_context &c, unsigned level) const
 
- Protected Member Functions inherited from GiNaC::integration_kernel
virtual bool uses_Laurent_series () const
 Returns true, if the coefficients are computed from the Laurent series (in which case the method Laurent_series needs to be implemented). More...
 
virtual cln::cl_N series_coeff_impl (int i) const
 For $ \omega = d\lambda $ only the coefficient of $ \lambda^0 $ is non-zero. More...
 
ex get_numerical_value_impl (const ex &lambda, const ex &pre, int shift, int N_trunc) const
 The actual implementation for computing a numerical value for the integrand. More...
 
void do_print (const print_context &c, unsigned level) const
 
- Protected Member Functions inherited from GiNaC::basic
 basic ()
 
virtual ex eval_ncmul (const exvector &v) const
 
virtual bool match_same_type (const basic &other) const
 Returns true if the attributes of two objects are similar enough for a match. More...
 
virtual ex derivative (const symbol &s) const
 Default implementation of ex::diff(). More...
 
virtual int compare_same_type (const basic &other) const
 Returns order relation between two objects of same type. More...
 
virtual bool is_equal_same_type (const basic &other) const
 Returns true if two objects of same type are equal. More...
 
virtual unsigned calchash () const
 Compute the hash value of an object and if it makes sense to store it in the objects status_flags, do so. More...
 
void ensure_if_modifiable () const
 Ensure the object may be modified without hurting others, throws if this is not the case. More...
 
void do_print (const print_context &c, unsigned level) const
 Default output to stream. More...
 
void do_print_tree (const print_tree &c, unsigned level) const
 Tree output to stream. More...
 
void do_print_python_repr (const print_python_repr &c, unsigned level) const
 Python parsable output to stream. More...
 

Protected Attributes

ex n
 
ex m
 
ex x
 
ex y
 
- Protected Attributes inherited from GiNaC::integration_kernel
int cache_step_size
 
std::vector< cln::cl_N > series_vec
 
- Protected Attributes inherited from GiNaC::basic
unsigned flags
 of type status_flags More...
 
unsigned hashvalue
 hash value More...
 

Detailed Description

The Ebar-kernel.

This class represents the differential one-form

\[
 \omega^{\overline{\mathrm{E}}}_{n;m}(x;y) = \overline{\mathrm{E}}_{n;m}(x;y;\bar{q}) \frac{d\bar{q}}{\bar{q}}
\]

Definition at line 266 of file integration_kernel.h.

Constructor & Destructor Documentation

◆ Ebar_kernel()

GiNaC::Ebar_kernel::Ebar_kernel ( const ex n,
const ex m,
const ex x,
const ex y 
)

Definition at line 1016 of file integration_kernel.cpp.

Member Function Documentation

◆ nops()

size_t GiNaC::Ebar_kernel::nops ( ) const
overridevirtual

Number of operands/members.

Reimplemented from GiNaC::basic.

Definition at line 1043 of file integration_kernel.cpp.

◆ op()

ex GiNaC::Ebar_kernel::op ( size_t  i) const
overridevirtual

Return operand/member at position i.

Reimplemented from GiNaC::basic.

Definition at line 1048 of file integration_kernel.cpp.

References m, n, x, and y.

◆ let_op()

ex & GiNaC::Ebar_kernel::let_op ( size_t  i)
overridevirtual

Return modifiable operand/member at position i.

Reimplemented from GiNaC::basic.

Definition at line 1064 of file integration_kernel.cpp.

References GiNaC::basic::ensure_if_modifiable(), m, n, x, and y.

◆ is_numeric()

bool GiNaC::Ebar_kernel::is_numeric ( void  ) const
overridevirtual

This routine returns true, if the integration kernel can be evaluated numerically.

Reimplemented from GiNaC::integration_kernel.

Definition at line 1082 of file integration_kernel.cpp.

References GiNaC::ex::evalf(), GiNaC::ex::info(), m, n, GiNaC::info_flags::nonnegint, GiNaC::info_flags::numeric, x, and y.

◆ get_numerical_value()

ex GiNaC::Ebar_kernel::get_numerical_value ( const ex qbar,
int  N_trunc = 0 
) const
overridevirtual

◆ series_coeff_impl()

cln::cl_N GiNaC::Ebar_kernel::series_coeff_impl ( int  i) const
overrideprotectedvirtual

For $ \omega = d\lambda $ only the coefficient of $ \lambda^0 $ is non-zero.

The i-th coefficient corresponds to the power $ \lambda^{i-1} $.

Reimplemented from GiNaC::integration_kernel.

Definition at line 1087 of file integration_kernel.cpp.

References GiNaC::ex::evalf(), k, m, n, x, and y.

◆ do_print()

void GiNaC::Ebar_kernel::do_print ( const print_context c,
unsigned  level 
) const
protected

Definition at line 1122 of file integration_kernel.cpp.

References c, m, n, GiNaC::ex::print(), x, and y.

Member Data Documentation

◆ n

ex GiNaC::Ebar_kernel::n
protected

Definition at line 302 of file integration_kernel.h.

Referenced by do_print(), is_numeric(), let_op(), op(), and series_coeff_impl().

◆ m

ex GiNaC::Ebar_kernel::m
protected

Definition at line 303 of file integration_kernel.h.

Referenced by do_print(), is_numeric(), let_op(), op(), and series_coeff_impl().

◆ x

ex GiNaC::Ebar_kernel::x
protected

Definition at line 304 of file integration_kernel.h.

Referenced by do_print(), is_numeric(), let_op(), op(), and series_coeff_impl().

◆ y

ex GiNaC::Ebar_kernel::y
protected

Definition at line 305 of file integration_kernel.h.

Referenced by do_print(), is_numeric(), let_op(), op(), and series_coeff_impl().


The documentation for this class was generated from the following files:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.