Home
last modified time | relevance | path

Searched refs:apply_algo_preorder (Results 1 – 2 of 2) sorted by relevance

/dports/math/cadabra2/cadabra2-2.3.6.8/core/pythoncdb/
H A Dpy_algorithms.hh86 Ex_ptr apply_algo_preorder(Ex_ptr ex, bool deep, bool repeat, unsigned int depth) in apply_algo_preorder() function
93 Ex_ptr apply_algo_preorder(Ex_ptr ex, Arg1 arg1, bool deep, bool repeat, unsigned int depth) in apply_algo_preorder() function
100 …Ex_ptr apply_algo_preorder(Ex_ptr ex, Arg1 arg1, Arg2 arg2, bool deep, bool repeat, unsigned int d… in apply_algo_preorder() function
117 &apply_algo_preorder<Algo, Args...>, in def_algo_preorder()
H A Dpy_ex.cc540 …return apply_algo_preorder<map_sympy, std::string, std::vector<std::string>>(ex, head, av, false, … in map_sympy_wrapper()