Home
last modified time | relevance | path

Searched defs:PermutationGroup (Results 1 – 13 of 13) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/tool/group/src/main/java/org/openscience/cdk/group/
H A DPermutationGroup.java75 public class PermutationGroup { class
119 public PermutationGroup(int size) { in PermutationGroup() method in PermutationGroup
128 public PermutationGroup(Permutation base) { in PermutationGroup() method in PermutationGroup
145 public PermutationGroup(int size, List<Permutation> generators) { in PermutationGroup() method in PermutationGroup
/dports/math/py-sympy/sympy-1.9/doc/cheatsheet/
H A Dcombinatoric_cheatsheet.tex378 \section{PermutationGroup} section
382 \subsection{Methods}
/dports/math/polymake/polymake-4.5/bundled/sympol/external/sympol/sympol/
H A Dcommon.h45 typedef permlib::BSGS<PERM,TRANSVERSAL> PermutationGroup; typedef
/dports/math/sympol/SymPol-0.1.9/sympol/
H A Dcommon.h45 typedef permlib::BSGS<PERM,TRANSVERSAL> PermutationGroup; typedef
/dports/math/polymake/polymake-4.5/external/permlib/test/
H A Dtest-test.cpp188 typedef BSGS<PERM,TRANS> PermutationGroup; in BOOST_AUTO_TEST_CASE() typedef
433 typedef BSGS<PERM,TRANS> PermutationGroup; in diagonalGroupTest() typedef
/dports/math/permlib/PermLib-0.2.9/test/
H A Dtest-test.cpp188 typedef BSGS<PERM,TRANS> PermutationGroup; in BOOST_AUTO_TEST_CASE() typedef
433 typedef BSGS<PERM,TRANS> PermutationGroup; in diagonalGroupTest() typedef
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/
H A Dabstract_bsgs.h56 typedef BSGS<typename TRANS::PERMtype, TRANS> PermutationGroup; typedef
H A Dpermlib_api.h59 typedef BSGS<PERMUTATION,TRANSVERSAL> PermutationGroup; typedef
/dports/math/permlib/PermLib-0.2.9/include/permlib/
H A Dabstract_bsgs.h56 typedef BSGS<typename TRANS::PERMtype, TRANS> PermutationGroup; typedef
H A Dpermlib_api.h59 typedef BSGS<PERMUTATION,TRANSVERSAL> PermutationGroup; typedef
/dports/math/polymake/polymake-4.5/apps/polytope/include/
H A Dcocircuit_datacache.h42 boost::shared_ptr<permlib::PermutationGroup> build(const CacheType& cache, const SetType& s, boost:… in build()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/combinatorics/
H A Dperm_groups.py23 class PermutationGroup(Basic): class
/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/
H A Dperm_groups.py24 class PermutationGroup(Basic): class