Home
last modified time | relevance | path

Searched defs:ToddCoxeter (Results 1 – 14 of 14) sorted by relevance

/dports/math/libsemigroups/libsemigroups-1.3.7/old-benchmarks/
H A Dbench-todd-coxeter.cpp32 using ToddCoxeter = libsemigroups::congruence::ToddCoxeter; in BM_todd_coxeter_002() typedef
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dfpsemi.hpp61 using ToddCoxeter = fpsemigroup::ToddCoxeter; typedef in libsemigroups::FpSemigroup
H A Dtce.hpp49 using ToddCoxeter = congruence::ToddCoxeter; typedef in libsemigroups::detail::TCE
H A Dtodd-coxeter.hpp60 using ToddCoxeter = CongruenceWrapper<congruence::ToddCoxeter>; typedef
147 class ToddCoxeter final : public CongruenceInterface, class
290 ToddCoxeter(congruence_type type, T const& S) : ToddCoxeter(type) { in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dfpsemi.hpp61 using ToddCoxeter = fpsemigroup::ToddCoxeter; typedef in libsemigroups::FpSemigroup
H A Dtodd-coxeter.hpp62 using ToddCoxeter = CongruenceWrapper<congruence::ToddCoxeter>; typedef
149 class ToddCoxeter final : public CongruenceInterface, class
281 ToddCoxeter(congruence_type type, T const& S) : ToddCoxeter(type) { in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
H A Dtce.hpp46 using ToddCoxeter = congruence::ToddCoxeter; typedef in libsemigroups::detail::TCE
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/src/
H A Dfpsemi.cpp35 using ToddCoxeter = fpsemigroup::ToddCoxeter; typedef
H A Dtce.cpp26 using ToddCoxeter = congruence::ToddCoxeter; typedef
H A Dtodd-coxeter.cpp320 ToddCoxeter::ToddCoxeter(congruence_type type) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
338 ToddCoxeter::ToddCoxeter(ToddCoxeter const& copy) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
363 ToddCoxeter::ToddCoxeter(congruence_type type, in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
374 ToddCoxeter::ToddCoxeter(congruence_type typ, ToddCoxeter& copy) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
386 ToddCoxeter::ToddCoxeter(congruence_type typ, in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
400 ToddCoxeter::ToddCoxeter(congruence_type typ, fpsemigroup::KnuthBendix& kb) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
H A Dcong.cpp35 using ToddCoxeter = congruence::ToddCoxeter; typedef
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dfpsemi.cpp35 using ToddCoxeter = fpsemigroup::ToddCoxeter; typedef
H A Dtodd-coxeter.cpp367 ToddCoxeter::ToddCoxeter(congruence_type type) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
385 ToddCoxeter::ToddCoxeter(ToddCoxeter const& copy) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
410 ToddCoxeter::ToddCoxeter(congruence_type type, in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
421 ToddCoxeter::ToddCoxeter(congruence_type typ, ToddCoxeter& copy) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
433 ToddCoxeter::ToddCoxeter(congruence_type typ, in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
446 ToddCoxeter::ToddCoxeter(congruence_type typ, fpsemigroup::KnuthBendix& kb) in ToddCoxeter() function in libsemigroups::congruence::ToddCoxeter
H A Dcong.cpp35 using ToddCoxeter = congruence::ToddCoxeter; typedef