Definition at line 569 of file functions.h.
◆ create()
RCP< const Basic > SymEngine::Zeta::create |
( |
const RCP< const Basic > & |
a, |
|
|
const RCP< const Basic > & |
b |
|
) |
| const |
|
overridevirtual |
◆ get_a()
RCP<const Basic> SymEngine::Zeta::get_a |
( |
| ) |
const |
|
inline |
- Returns
a_
Definition at line 595 of file functions.h.
RCP< const Basic > get_arg2() const
◆ get_s()
RCP<const Basic> SymEngine::Zeta::get_s |
( |
| ) |
const |
|
inline |
- Returns
s_
Definition at line 590 of file functions.h.
RCP< const Basic > get_arg1() const
◆ is_canonical()
bool SymEngine::Zeta::is_canonical |
( |
const RCP< const Basic > & |
s, |
|
|
const RCP< const Basic > & |
a |
|
) |
| const |
- Returns
true
if canonical
Definition at line 2779 of file functions.cpp.
2786 if (is_a<Integer>(*s) and is_a<Integer>(*a)) {
2787 auto s_ = down_cast<const Integer &>(*s).as_int();
2788 if (s_ < 0 || s_ % 2 == 0)
bool eq(const Basic &a, const Basic &b)
Checks equality for a and b
◆ type_code_id
const TypeID SymEngine::Zeta::type_code_id = SYMENGINE_ZETA |
|
static |
Type_code_id shared by all instances
Definition at line 584 of file functions.h.
The documentation for this class was generated from the following files:
- /home/runner/work/symengine/symengine/symengine/functions.h
- /home/runner/work/symengine/symengine/symengine/functions.cpp