Class FunctionSymbol¶
Defined in File functions.h
Inheritance Relationships¶
Base Type¶
public SymEngine::MultiArgFunction(Class MultiArgFunction)
Derived Type¶
public SymEngine::FunctionWrapper(Class FunctionWrapper)
Class Documentation¶
-
class
SymEngine::FunctionSymbol: public SymEngine::MultiArgFunction¶ Subclassed by SymEngine::FunctionWrapper
Public Functions
-
FunctionSymbol(std::string name, const vec_basic &arg)¶ The
finf(x+y, z)FunctionSymbol Constructors
-
bool
__eq__(const Basic &o) const¶ Equality comparator
- Return
whether the 2 objects are equal
- Parameters
o: Object to be compared with
-
const std::string &
get_name() const¶ - Return
name_
Protected Attributes
-
std::string
name_¶
-