Class MSubsVisitor¶
Defined in File subs.h
Inheritance Relationships¶
Base Type¶
public SymEngine::BaseVisitor< MSubsVisitor, XReplaceVisitor >(Template Class BaseVisitor)
Class Documentation¶
-
class
SymEngine::MSubsVisitor: public SymEngine::BaseVisitor<MSubsVisitor, XReplaceVisitor>¶ Public Functions
-
MSubsVisitor(const map_basic_basic &d, bool cache = true)¶
-
void
bvisit(const Derivative &x)¶
-
void
bvisit(const OneArgFunction &x)¶
-
template<class
T>
voidbvisit(const TwoArgBasic<T> &x)¶
-
void
bvisit(const MultiArgFunction &x)¶
-
void
bvisit(const FunctionSymbol &x)¶
-
void
bvisit(const Derivative &x)
-
void
bvisit(const Subs &x)
-