Home
last modified time | relevance | path

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

/dports/math/cadabra2/cadabra2-2.3.6.8/core/pythoncdb/
H A Dpy_algorithms.cc133 def_algo_preorder<unzoom>(m, "unzoom", true, false, 0); in init_algorithms()
136 def_algo_preorder<vary, Ex>(m, "vary", false, false, 0, py::arg("rules")); in init_algorithms()
142 def_algo_preorder<meld>(m, "meld", true, false, 0); in init_algorithms()
H A Dpy_algorithms.hh114 …void def_algo_preorder(pybind11::module& m, const char* name, bool deep, bool repeat, unsigned int… in def_algo_preorder() function