Home
last modified time | relevance | path

Searched defs:Permutation (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/math/py-permutation/permutation-0.3.1/test/
H A Dtest_properties.py244 def test_degree(p: Permutation, degree: int) -> None:
249 def test_order(p: Permutation, order: int) -> None:
254 def test_is_even(p: Permutation, even: bool) -> None:
259 def test_is_odd(p: Permutation, even: bool) -> None:
264 def test_sign(p: Permutation, sign: int) -> None:
269 def test_left_lehmer(p: Permutation, code: int) -> None:
294 def test_str(p: Permutation, s: str) -> None:
299 def test_parse(p: Permutation, s: str) -> None:
309 def test_bool(p: Permutation, b: bool) -> None:
324 def test_bad_to_image(p: Permutation, degree: int) -> None:
[all …]
H A Dtest_eq.py66 def test_eq(p: Permutation, q: Permutation) -> None:
82 def test_neq(p: Permutation, q: Permutation) -> None:
89 def test_neq_other_types(p: Permutation, x: Any) -> None:
H A Dtest_lehmer.py27 def test_lehmer(p: Permutation, degree: int, lehmer: int) -> None:
32 def test_bad_lehmer(p: Permutation) -> None:
38 def test_right_inversion_count(p: Permutation, degree: int, vec: List[int]) -> None:
43 def test_bad_right_inversion_count(p: Permutation) -> None:
H A Dtest_construction.py18 def test_cycle(cyc: Tuple[int, ...], p: Permutation) -> None:
38 def test_from_cycles(cycles: Tuple[Tuple[int, ...], ...], p: Permutation) -> None:
74 def test_parse(s: str, p: Permutation) -> None:
H A Dtest_inverse.py44 def test_inverse(p: Permutation, q: Permutation) -> None:
H A Dtest_isdisjoint.py41 def test_is_disjoint(p: Permutation, q: Permutation, d: bool) -> None:
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DPermutation.hh22 class Permutation : public permutation_data { class
54 inline Permutation::Permutation() : permutation_data(), _n(0), _k(0) {} in Permutation() function in Permutation
55 inline Permutation::Permutation(const Permutation& perm) : in Permutation() function in Permutation
57 inline Permutation::Permutation(const IntegerSet& s) : in Permutation() function in Permutation
63 inline Permutation::Permutation(const parameter_type n, const parameter_type k) : in Permutation() function in Permutation
72 inline Permutation::Permutation(const parameter_type n, in Permutation() function in Permutation
/dports/science/dynare/dynare-4.6.4/dynare++/tl/cc/
H A Dpermutation.hh68 class Permutation class
73 explicit Permutation(int len) in Permutation() function in Permutation
79 explicit Permutation(const Equivalence &e) in Permutation() function in Permutation
84 Permutation(const Equivalence &e, const Permutation &per) in Permutation() function in Permutation
89 explicit Permutation(const IntSequence &s) in Permutation() function in Permutation
94 Permutation(const Permutation &p1, const Permutation &p2) in Permutation() function in Permutation
99 Permutation(const Permutation &p, int i) in Permutation() function in Permutation
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dchecktwists.hh22 struct Permutation struct
24 struct Iterator
40 Permutation ( const T &permutation, int size ) in Permutation() function
45 Permutation ( T &&permutation, int size ) in Permutation() function
50 int operator() ( int i ) const { return permutation_( i ); } in operator ()()
52 Iterator begin () const { return Iterator( permutation_, 0 ); } in begin()
53 Iterator end () const { return Iterator( permutation_, size_ ); } in end()
56 T permutation_;
57 int size_;
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/math/linearalgebra/
H A DPermutation.java13 public class Permutation class
27 public Permutation(int n) in Permutation() method in Permutation
46 public Permutation(int[] perm) in Permutation() method in Permutation
62 public Permutation(byte[] enc) in Permutation() method in Permutation
96 public Permutation(int n, SecureRandom sr) in Permutation() method in Permutation
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DPermutation.hs98 data Permutation m a = Permutation (Maybe a) [Branch m a] type
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DPermutation.hs98 data Permutation m a = Permutation (Maybe a) [Branch m a] constructor
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/
H A Dpermutation.h84 Permutation(const Permutation &p) : m_perm(p.m_perm), m_isIdentity(p.m_isIdentity) {}; in Permutation() function
87 Permutation(InputIterator begin, InputIterator end) : m_perm(begin, end), m_isIdentity(false) {} in Permutation() function
163 Permutation(dom_int n, bool) : m_perm(n), m_isIdentity(false) {} in Permutation() function
176 inline Permutation::Permutation(dom_int n) in Permutation() function
219 inline Permutation::Permutation(dom_int n, const std::string & cycleString) in Permutation() function
225 inline Permutation::Permutation(dom_int n, const char* cycleString) in Permutation() function
232 inline Permutation::Permutation(const perm& p) in Permutation() function
/dports/math/permlib/PermLib-0.2.9/include/permlib/
H A Dpermutation.h75 Permutation(const Permutation &p) : m_perm(p.m_perm), m_isIdentity(p.m_isIdentity) {}; in Permutation() function
78 Permutation(InputIterator begin, InputIterator end) : m_perm(begin, end), m_isIdentity(false) {} in Permutation() function
154 Permutation(dom_int n, bool) : m_perm(n), m_isIdentity(false) {} in Permutation() function
167 inline Permutation::Permutation(dom_int n) in Permutation() function
210 inline Permutation::Permutation(dom_int n, const std::string & cycleString) in Permutation() function
216 inline Permutation::Permutation(dom_int n, const char* cycleString) in Permutation() function
223 inline Permutation::Permutation(const perm& p) in Permutation() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_permutation.cpp48 const size_t Permutation[Size] = { 0, 1, 2, 3, 4 }; in TEST_SUITE() local
56 const size_t Permutation[Size] = { 3, 2, 4, 0, 1 }; in TEST_SUITE() local
64 const size_t Permutation[Size] = { 4, 3, 2, 1, 0 }; in TEST_SUITE() local
72 const size_t Permutation[Size] = { 0, 1, 2, 3, 3 }; in TEST_SUITE() local
80 const size_t Permutation[Size] = { 0, 1, 2, 3, 5 }; in TEST_SUITE() local
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/LU/
H A DPermutation.hxx27 struct Permutation struct
64 bool is_identity;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/LU/
H A DPermutation.hxx27 struct Permutation struct
64 bool is_identity;
/dports/science/cdk/cdk-cdk-2.3/tool/group/src/main/java/org/openscience/cdk/group/
H A DPermutation.java39 public final class Permutation { class
51 public Permutation(int size) { in Permutation() method in Permutation
64 public Permutation(int... values) { in Permutation() method in Permutation
73 public Permutation(Permutation other) { in Permutation() method in Permutation
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/examples/
H A Dsort-axis.rs15 pub struct Permutation { struct
19 impl Permutation { implementation
51 fn identity(&self, axis: Axis) -> Permutation; in identity()
71 fn identity(&self, axis: Axis) -> Permutation { in identity()
/dports/math/py-sympy/sympy-1.9/doc/cheatsheet/
H A Dcombinatoric_cheatsheet.tex156 \section{Permutation} section
158 \subsection{Methods}
378 \section{PermutationGroup} argument
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dpermutation.hxx12 class Permutation : public TinyVector<unsigned int, N> class
26 Permutation() : base_type() {} in Permutation() function in vigra::Permutation
28 Permutation(const Permutation<N-1> & other, const size_type index) in Permutation() function in vigra::Permutation
77 class Permutation<1> : public TinyVector<unsigned int, 1> class
91 Permutation() : base_type() in Permutation() function in vigra::Permutation
/dports/devel/stack/stack-2.7.3/_cabal_deps/parser-combinators-1.3.0/Control/Monad/
H A DPermutations.hs34 data Permutation m a = P !(Maybe a) (m (Permutation m a)) type
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/parser-combinators-1.3.0/Control/Monad/
H A DPermutations.hs34 data Permutation m a = P !(Maybe a) (m (Permutation m a)) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parser-combinators-1.3.0/Control/Monad/
H A DPermutations.hs34 data Permutation m a = P !(Maybe a) (m (Permutation m a)) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/parser-combinators-1.3.0/Control/Monad/
H A DPermutations.hs34 data Permutation m a = P !(Maybe a) (m (Permutation m a)) type

12345678910>>...12