Home
last modified time | relevance | path

Searched defs:is_reducible (Results 1 – 15 of 15) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dreduction.cpp139 bool CandidateList<Integer>::is_reducible(const vector<Integer>& values, const long sort_deg) const… in is_reducible() function in libnormaliz::CandidateList
177 bool CandidateList<Integer>::is_reducible(Candidate<Integer>& c) const { in is_reducible() function in libnormaliz::CandidateList
538 bool CandidateTable<Integer>::is_reducible(Candidate<Integer>& c) { in is_reducible() function in libnormaliz::CandidateTable
546 bool CandidateTable<Integer>::is_reducible(const vector<Integer>& values, const long sort_deg) { in is_reducible() function in libnormaliz::CandidateTable
H A Dsimplex.cpp1429 bool SimplexEvaluator<Integer>::is_reducible(const vector<Integer>& new_element, list<vector<Intege… in is_reducible() function in libnormaliz::SimplexEvaluator
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/normalize/
H A DReductionTestWithCPLEX.cpp120 bool is_reducible; in IsReducible() local
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Dvalue_sweep.cpp81 bool value_sweep::is_reducible(expr* e) const { in is_reducible() function in value_sweep
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/rewriter/
H A Dvalue_sweep.cpp81 bool value_sweep::is_reducible(expr* e) const { in is_reducible() function in value_sweep
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dcubic.h129 int is_reducible() const in is_reducible() function
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/
H A Didentitysearch.py704 def is_reducible(circuit, nqubits, begin, end): function
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/jsonpickle/
H A Dutil.py376 def is_reducible(obj): function
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/axis/
H A Dtraits.hpp152 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/axis/
H A Dtraits.hpp152 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/axis/
H A Dtraits.hpp152 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/axis/
H A Dtraits.hpp175 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/axis/
H A Dtraits.hpp175 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/axis/
H A Dtraits.hpp175 using is_reducible = std::is_constructible<Axis, const Axis&, axis::index_type, typedef
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir_simplify.cpp909 bool is_reducible(const expr_t &other) const { in is_reducible() function in dnnl::impl::gpu::jit::factored_expr_t