Home
last modified time | relevance | path

Searched refs:Transf (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/math/libsemigroups/libsemigroups-1.3.7/benchmarks/examples/
H A Dgenerators.cpp31 using Transf = typename TransfHelper<16>::type; typedef
40 Generators<Transf> full_transf_monoid(size_t n) { in full_transf_monoid()
46 Transf transpo; in full_transf_monoid()
51 Transf cycle; in full_transf_monoid()
56 Transf singular; in full_transf_monoid()
61 Generators<Transf> out in full_transf_monoid()
77 .gens = {Transf({0, 1, 2, 3, 4, 5}), in transf_examples()
78 Transf({1, 0, 2, 3, 4, 5}), in transf_examples()
79 Transf({4, 0, 1, 2, 3, 5}), in transf_examples()
80 Transf({5, 1, 2, 3, 4, 5}), in transf_examples()
[all …]
H A Dgenerators.hpp49 using Transf = typename TransfHelper<16>::type; typedef
51 std::vector<Generators<Transf>> const& transf_examples();
52 Generators<Transf> const& transf_examples(size_t id);
54 Generators<Transf> full_transf_monoid(size_t n);
/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-konieczny-transf.cpp37 using Transf = typename TransfHelper<5>::type; typedef
39 Konieczny<Transf> S({Transf({1, 0, 2, 3, 4}),
40 Transf({1, 2, 3, 4, 0}),
41 Transf({0, 0, 2, 3, 4})});
49 [&sum, &S](Konieczny<Transf>::DClass const& x) { in __anonb07140e40102()
55 == std::vector<Transf>({Transf({1, 0, 2, 3, 4}),
64 using Transf = typename TransfHelper<8>::type; typedef
66 Konieczny<Transf> S({Transf({1, 7, 2, 6, 0, 4, 1, 5}),
79 [&sum, &S](Konieczny<Transf>::DClass const& x) { in __anonb07140e40202()
238 using Transf = typename TransfHelper<31>::type; typedef
[all …]
H A Dtest-fpsemi-intf.cpp93 {Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
249 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
323 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
449 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
460 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
470 FroidurePin<Transf> T({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
555 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
717 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
821 FroidurePin<Transf> S({Transf({0})});
871 FroidurePin<Transf> S({Transf({0})});
[all …]
H A Dtest-knuth-bendix-5.cpp69 using Transf = Transformation<uint16_t>; typedef
71 FroidurePin<Transf> S({Transf({1, 0}), Transf({0, 0})});
145 using Transf = Transformation<uint16_t>; typedef
146 auto ptr = std::make_shared<FroidurePin<Transf>>(std::vector<Transf>(
147 {Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})}));
159 using Transf = Transformation<uint16_t>; typedef
160 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
H A Dtest-cong.cpp167 using Transf = TransfHelper<5>::type; typedef
168 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
182 using Transf = TransfHelper<5>::type; typedef
183 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
293 using Transf = TransfHelper<8>::type; typedef
294 FroidurePin<Transf> S({Transf({7, 3, 5, 3, 4, 2, 7, 7}),
491 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
601 FroidurePin<Transf> S({Transf({7, 3, 5, 3, 4, 2, 7, 7}),
649 FroidurePin<Transf> S({Transf({0, 1, 2, 3, 4, 5, 6, 7}),
655 std::vector<Transf> elms = {Transf({0, 0, 0, 0, 0, 0, 7, 6}),
[all …]
H A Dtest-hpcombi.cpp278 using Transf = libsemigroups::Transformation<size_t>; typedef
279 FroidurePin<Transf> S({Transf({1, 7, 2, 6, 0, 4, 1, 5}),
280 Transf({2, 4, 6, 1, 4, 5, 2, 7}),
281 Transf({3, 0, 7, 2, 4, 6, 2, 4}),
282 Transf({3, 2, 3, 4, 5, 3, 0, 1}),
283 Transf({4, 3, 7, 7, 4, 5, 0, 4}),
284 Transf({5, 6, 3, 0, 3, 0, 5, 1}),
285 Transf({6, 0, 1, 1, 1, 6, 3, 4}),
286 Transf({7, 7, 4, 0, 6, 4, 1, 7})});
336 FroidurePin<Transf> S({Transf({1, 2, 3, 4, 5, 6, 7, 0}),
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-fpsemi-intf.cpp96 {Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
251 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
325 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
454 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
465 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
475 FroidurePin<Transf> T({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
560 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
726 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
828 FroidurePin<Transf> S({Transf({0})});
878 FroidurePin<Transf> S({Transf({0})});
[all …]
H A Dtest-cong.cpp166 using Transf = TransfHelper<5>::type; typedef
167 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
181 using Transf = TransfHelper<5>::type; typedef
182 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
292 using Transf = TransfHelper<8>::type; typedef
293 FroidurePin<Transf> S({Transf({7, 3, 5, 3, 4, 2, 7, 7}),
484 FroidurePin<Transf> S({Transf({1, 3, 4, 2, 3}), Transf({3, 2, 1, 3, 3})});
586 FroidurePin<Transf> S({Transf({7, 3, 5, 3, 4, 2, 7, 7}),
634 FroidurePin<Transf> S({Transf({0, 1, 2, 3, 4, 5, 6, 7}),
640 std::vector<Transf> elms = {Transf({0, 0, 0, 0, 0, 0, 7, 6}),
[all …]
H A Dtest-hpcombi.cpp288 using Transf = libsemigroups::Transformation<size_t>; typedef
289 FroidurePin<Transf> S({Transf({1, 7, 2, 6, 0, 4, 1, 5}),
290 Transf({2, 4, 6, 1, 4, 5, 2, 7}),
291 Transf({3, 0, 7, 2, 4, 6, 2, 4}),
292 Transf({3, 2, 3, 4, 5, 3, 0, 1}),
293 Transf({4, 3, 7, 7, 4, 5, 0, 4}),
294 Transf({5, 6, 3, 0, 3, 0, 5, 1}),
295 Transf({6, 0, 1, 1, 1, 6, 3, 4}),
296 Transf({7, 7, 4, 0, 6, 4, 1, 7})});
346 FroidurePin<Transf> S({Transf({1, 2, 3, 4, 5, 6, 7, 0}),
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/benchmarks/
H A Dbench-froidure-pin.cpp69 using Transf = typename TransfHelper<16>::type; typedef
73 before_bench<Transf>,
74 bench_run<Transf>,
75 after_bench<Transf>,
80 before_bench_rules<Transf>,
81 bench_const_rule_iterator<Transf>,
82 after_bench<Transf>,
87 before_bench_rules<Transf>,
88 bench_relations<Transf>,
89 after_bench<Transf>,
H A Dbench-action.cpp131 using Transf = TransfHelper<17>::type; in transf_example1() typedef
142 using Transf = Transformation<uint_fast8_t>; in transf_example2() typedef
143 o.add_generator(Transf({1, 2, 3, 4, 5, 6, 7, 8, 9, 0})); in transf_example2()
144 o.add_generator(Transf({1, 0, 2, 3, 4, 5, 6, 7, 8, 9})); in transf_example2()
368 using Transf = TransfHelper<17>::type; typedef
371 RightAction<Transf,
380 RightAction<Transf,
390 RightAction<Transf, BitSet<17>, ImageRightAction<Transf, BitSet<17>>> o;
404 using Transf = Transformation<int_type>; typedef
406 LeftAction<Transf,
[all …]
H A Dbench-konieczny.cpp148 using Transf = typename T::element_type; in transf_example1() typedef
149 S.add_generator(Transf({1, 7, 2, 6, 0, 4, 1, 5})); in transf_example1()
150 S.add_generator(Transf({2, 4, 6, 1, 4, 5, 2, 7})); in transf_example1()
151 S.add_generator(Transf({3, 0, 7, 2, 4, 6, 2, 4})); in transf_example1()
152 S.add_generator(Transf({3, 2, 3, 4, 5, 3, 0, 1})); in transf_example1()
153 S.add_generator(Transf({4, 3, 7, 7, 4, 5, 0, 4})); in transf_example1()
154 S.add_generator(Transf({5, 6, 3, 0, 3, 0, 5, 1})); in transf_example1()
155 S.add_generator(Transf({6, 0, 1, 1, 1, 6, 3, 4})); in transf_example1()
156 S.add_generator(Transf({7, 7, 4, 0, 6, 4, 1, 7})); in transf_example1()
/dports/print/cups/cups-2.3.3op2/templates/fr/
H A Djob-move.tmpl6 <H2 CLASS="title">{job_id?Transf&eacute;rer la t&acirc;che {job_id}:Transf&eacute;rer toutes les t&…
19 <TD><INPUT TYPE="SUBMIT" VALUE="{job_id?Transf&eacute;rer la t&acirc;che:Transf&eacute;rer les t&ac…
H A Djob-moved.tmpl1 <H2 CLASS="title">{job_id?Transf&eacute;rer la t&acirc;che {job_id}:Transf&eacute;rer toutes les t&…
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dflintconv.cc288 fmpz_mat_t M, Transf; in singflint_LLL() local
292 fmpz_mat_init(Transf, T->rows(), T->rows()); in singflint_LLL()
317 fmpz_set(fmpz_mat_entry(Transf, i-1, j-1), dummy); in singflint_LLL()
325 fmpz_lll(M, Transf, fl); in singflint_LLL()
344 convFlintNSingN(n, fmpz_mat_entry(Transf, i-1, j-1)); in singflint_LLL()
359 fmpz_mat_t M,Transf; in singflint_LLL() local
362 fmpz_mat_init(Transf, r, r); in singflint_LLL()
381 fmpz_set(fmpz_mat_entry(Transf, i-1, j-1), dummy); in singflint_LLL()
389 fmpz_lll(M, Transf, fl); in singflint_LLL()
401 for(i=Transf->r;i>0;i--) in singflint_LLL()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/tests/
H A Dtest_pipeline.py80 class Transf(NoInvTransf): class
138 class DummyTransf(Transf):
516 mock = Transf()
525 mock = Transf()
561 transf = Transf()
602 transf = Transf()
620 transf1 = Transf()
621 transf2 = Transf()
652 transf = Transf()
792 t1 = Transf()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsygus_grammar_norm.h260 class Transf
263 virtual ~Transf() {} in ~Transf()
283 class TransfDrop : public Transf
317 class TransfChain : public Transf
456 std::unique_ptr<Transf> inferTransf(TypeNode tn,
/dports/graphics/wings/wings-8d019ebe48/plugins_src/primitives/
H A Dwpc_torus.erl78 make_torus([{_,Ures},{_,Vres},{_,MajXR},{_,MajZR},{_,MinR},{_,smooth},_,_|Transf], _) ->
82 Vs = wings_shapes:transform_obj(Transf, Vs0),
86 {_,Loops},{_,LoopRad}|Transf], _) ->
88 Vs = wings_shapes:transform_obj(Transf, Vs0),
92 {_,Loops},{_,LoopRad}|Transf], _) ->
94 Vs = wings_shapes:transform_obj(Transf, Vs0),
H A Dwpc_plane.erl79 make_plane([{_,Nres},{_,Size},{_,Thickness},{_,regular},_,_,_|Transf], _) ->
82 Vs = wings_shapes:transform_obj(Transf, Vs0),
92 make_plane([{_,Nres},{_,Size},{_,Thickness},{_,wavy},{_,Waves},{_,Height},_|Transf], _) ->
95 Vs = wings_shapes:transform_obj(Transf, Vs0),
99 {_,Waves},{_,Height},{_,Falloff}|Transf], _) ->
102 Vs = wings_shapes:transform_obj(Transf, Vs0),
H A Dwpc_spiral.erl48 make_spiral([L,Ns,Nl|Transf], _) ->
50 Vs = wings_shapes:transform_obj(Transf, Vs0),
63 make_spring([L,Ns,Nl|Transf], _) ->
65 Vs = wings_shapes:transform_obj(Transf, Vs0),
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dtransf.hpp253 class Transf : public PTransf<TValueType, TContainer> { class
268 void in_place_product(Transf const& x, Transf const& y) { in in_place_product()
440 class Perm : public Transf<TValueType, TContainer> {
442 using Transf<TValueType, TContainer>::Transf;
537 Transf<int_type, std::array<int_type, N>>,
540 using type = Transf<int_type, std::array<int_type, N>>;
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dtransf.hpp245 class Transf : public PTransf<TValueType, TContainer> { class
260 void in_place_product(Transf const& x, Transf const& y) { in in_place_product()
432 class Perm : public Transf<TValueType, TContainer> {
434 using Transf<TValueType, TContainer>::Transf;
529 Transf<int_type, std::array<int_type, N>>,
532 using type = Transf<int_type, std::array<int_type, N>>;
/dports/math/mfem/mfem-4.3/fem/
H A Destimators.cpp197 ElementTransformation* Transf = xfes->GetElementTransformation(e); in ComputeEstimates() local
198 flux_integrator->ComputeElementFlux(*xfes->GetFE(e), *Transf, el_x, in ComputeEstimates()
259 FT->Loc1.Transf.SetIntPoint(&fip); in ComputeEstimates()
260 CalcOrtho(FT->Loc1.Transf.Jacobian(), ref_normal); in ComputeEstimates()
290 FT->Loc1.Transf.SetIntPoint(&fip); in ComputeEstimates()
291 CalcOrtho(FT->Loc1.Transf.Jacobian(), ref_normal); in ComputeEstimates()
387 FT->Loc1.Transf.SetIntPoint(&fip); in ComputeEstimates()
388 CalcOrtho(FT->Loc1.Transf.Jacobian(), ref_normal); in ComputeEstimates()
419 CalcOrtho(FT->Loc1.Transf.Jacobian(), ref_normal); in ComputeEstimates()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_shapes.erl115 tetrahedron([L|Transf], St) ->
129 Vs = transform_obj(Transf, Vs0),
138 octahedron([L|Transf], St) ->
142 Vs = transform_obj(Transf, Vs0),
152 octotoad([L|Transf], St) ->
175 Vs = transform_obj(Transf, Vs0),
185 dodecahedron([L|Transf], St) ->
212 icosahedron([S|Transf], St) ->
263 cone([N,H,Dx,Dy|Transf], St) ->
308 sphere([Ns,Nl,Xr,Yr|Transf], St) ->
[all …]

12345678910>>...13