Public Member Functions | |
void | accept (Visitor &v) const override |
void | accept (EvalRealDoubleVisitorFinal &v) const override |
PolyGamma (const RCP< const Basic > &n, const RCP< const Basic > &x) | |
PolyGamma Constructor. | |
bool | is_canonical (const RCP< const Basic > &n, const RCP< const Basic > &x) |
RCP< const Basic > | rewrite_as_zeta () const |
RCP< const Basic > | create (const RCP< const Basic > &a, const RCP< const Basic > &b) const override |
virtual RCP< const Basic > | create (const RCP< const Basic > &a, const RCP< const Basic > &b) const=0 |
RCP< const Basic > | create (const vec_basic &b) const |
![]() | |
TwoArgBasic (const RCP< const Basic > &a, const RCP< const Basic > &b) | |
b in TwoArgBasic(a, b) | |
hash_t | __hash__ () const override |
RCP< const Basic > | get_arg1 () const |
RCP< const Basic > | get_arg2 () const |
vec_basic | get_args () const override |
virtual RCP< const Basic > | create (const RCP< const Basic > &a, const RCP< const Basic > &b) const =0 |
Method to construct classes with canonicalization. | |
RCP< const Basic > | create (const vec_basic &b) const |
bool | __eq__ (const Basic &o) const override |
int | compare (const Basic &o) const override |
Structural equality comparator. | |
Static Public Attributes | |
static const TypeID | type_code_id = SYMENGINE_POLYGAMMA |
Definition at line 1204 of file functions.h.
|
inline |
PolyGamma Constructor.
Definition at line 1220 of file functions.h.
|
overridevirtual |
PolyGamma
Implements SymEngine::TwoArgBasic< BaseClass >.
Definition at line 3391 of file functions.cpp.
|
virtual |
The polygamma function
It is a meromorphic function on \mathbb{C}
and defined as the (n+1)-th derivative of the logarithm of the gamma function:
.. math:: \psi^{(n)} (z) := \frac{\mathrm{d}^{n+1}}{\mathrm{d} z^{n+1}} \log\Gamma(z).
Implements SymEngine::TwoArgBasic< BaseClass >.
|
inline |
The polygamma function
It is a meromorphic function on \mathbb{C}
and defined as the (n+1)-th derivative of the logarithm of the gamma function:
.. math:: \psi^{(n)} (z) := \frac{\mathrm{d}^{n+1}}{\mathrm{d} z^{n+1}} \log\Gamma(z).
Definition at line 108 of file functions.h.
bool SymEngine::PolyGamma::is_canonical | ( | const RCP< const Basic > & | n, |
const RCP< const Basic > & | x | ||
) |
Definition at line 3354 of file functions.cpp.
RCP< const Basic > SymEngine::PolyGamma::rewrite_as_zeta | ( | ) | const |
Definition at line 3375 of file functions.cpp.
|
static |
Type_code_id shared by all instances
Definition at line 1218 of file functions.h.