Home
last modified time | relevance | path

Searched refs:free_group (Results 1 – 25 of 92) sorted by relevance

1234

/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/
H A Dpc_groups.py4 from sympy.combinatorics.free_groups import free_group
78 … self.free_group = free_group('x:{}'.format(len(pcgs)))[0] if not free_group_ else free_group_
265 key = self.free_group.dtype(key)
331 free_group = self.free_group
365 s2 = free_group.dtype(s2)
374 s2 = free_group.dtype(s2)
450 free_group = self.free_group
473 word = free_group.identity
549 free_group = self.free_group
560 w = free_group.identity
[all …]
H A Dfp_groups.py5 free_group)
60 self.free_group = fr_grp
79 return self.free_group.generators
115 return self.free_group.identity
118 return g in self.free_group
152 g = FpGroup(free_group('')[0], [])
291 rand = self.free_group.identity
333 r = self.free_group.identity
363 if self.free_group.rank > 30:
992 F = free_group(syms)[0]
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/combinatorics/tests/
H A Dtest_free_groups.py6 F, x, y, z = free_group("x, y, z")
19 G, a, b, c = free_group("a, b, c")
34 (e,) = free_group("")
46 assert free_group("x, y, z")[0] == free_group("x, y, z")[0]
47 assert free_group("x, y, z")[0] is free_group("x, y, z")[0]
49 assert free_group("x, y, z")[0] != free_group("a, x, y")[0]
50 assert free_group("x, y, z")[0] is not free_group("a, x, y")[0]
52 assert free_group("x, y")[0] != free_group("x, y, z")[0]
53 assert free_group("x, y")[0] is not free_group("x, y, z")[0]
55 assert free_group("x, y, z")[0] != free_group("x, y")[0]
[all …]
H A Dtest_fp_groups.py27 F, x, y = free_group("x, y")
115 F, x, y = free_group("x, y")
143 F, a, b, c = free_group("a, b, c")
153 F, x, y = free_group("x, y")
160 F, a, b, c = free_group("a, b, c")
164 F, x = free_group("x")
168 f = FpGroup(free_group('')[0], [])
177 F, x, y = free_group("x, y")
200 F, x, y = free_group("x, y")
237 F, x, y = free_group("x, y")
[all …]
H A Dtest_homomorphisms.py4 from sympy.combinatorics.free_groups import free_group
11 F, a, b = free_group("a, b")
26 E, e = free_group("e")
62 F, a, b = free_group("a, b")
63 E, c, d = free_group("c, d")
72 F, c, d = free_group("c, d")
80 F, a, b = free_group("a, b")
H A Dtest_coset_table.py5 from sympy.combinatorics.free_groups import free_group
24 F, x, y = free_group("x, y")
132 F, x, y = free_group("x, y")
143 F, r, s, t = free_group("r, s, t")
155 F, a, b = free_group("a, b")
666 F, a, b = free_group("a, b")
696 F, a, b, c = free_group("a, b, c")
721 F, x, y = free_group("x, y")
H A Dtest_pc_groups.py26 free_group = collector.free_group
28 for s, g in zip(free_group.symbols, pcgs):
H A Dtest_rewriting.py2 from sympy.combinatorics.free_groups import free_group
7 F, a, b = free_group("a, b")
/dports/math/py-sympy/sympy-1.9/doc/src/modules/combinatorics/
H A Dpc_groups.rst80 * ``free_group`` : free_group provides the mapping of polycyclic generating sequence with
90 >>> Collector.free_group
110 >>> from sympy.combinatorics.free_groups import free_group
114 >>> F, x1, x2 = free_group("x1, x2")
127 >>> from sympy.combinatorics.free_groups import free_group
131 >>> F, x1, x2 = free_group("x1, x2")
150 >>> from sympy.combinatorics.free_groups import free_group
154 >>> F, x0, x1, x2, x3 = free_group("x0, x1, x2, x3")
158 >>> free_group = collector.free_group
221 >>> free_group = collector.free_group
[all …]
H A Dfp_groups.rst12 >>> from sympy.combinatorics.free_groups import free_group, vfree_group, xfree_group
48 >>> F, a, b = free_group("a, b")
56 >>> F, r, s, t = free_group("r, s, t")
68 ``free_group("gen0, gen1, ..., gen_(n-1)")`` constructs a free group ``F`` on
72 >>> F, x, y = free_group("x, y")
180 >>> F, a, b = free_group("a, b")
220 >>> F, a, b = free_group("a, b")
255 >>> F, x, y = free_group("x, y")
/dports/dns/libbind/libbind-6.0/irs/
H A Dirp_gr.c82 static void free_group(struct group *gr);
171 free_group(gr); in gr_next()
219 free_group(gr); in gr_byname()
266 free_group(gr); in gr_bygid()
319 free_group(&pvt->group); in gr_minimize()
333 free_group(struct group *gr) { in free_group() function
/dports/devel/nss_wrapper/nss_wrapper-1.1.3/tests/
H A Dtestsuite.c253 static void free_group(struct group *g) in free_group() function
273 free_group(&grps[i]); in free_groups()
665 free_group(&grp1); in test_nwrap_group()
666 free_group(&grp2); in test_nwrap_group()
689 free_group(&grp1); in test_nwrap_group_r()
690 free_group(&grp2); in test_nwrap_group_r()
721 free_group(&grp1); in test_nwrap_group_r_cross()
722 free_group(&grp2); in test_nwrap_group_r_cross()
723 free_group(&grp3); in test_nwrap_group_r_cross()
724 free_group(&grp4); in test_nwrap_group_r_cross()
[all …]
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dgroups.c22 void free_group(struct group *g) in free_group() function
39 free_group(g); in groups_list_clear()
/dports/www/vimb/vimb-3.6.0/src/
H A Dautocmd.c64 static void free_group(AuGroup *group);
79 g_slist_free_full(c->autocmd.groups, (GDestroyNotify)free_group); in autocmd_cleanup()
115 free_group((AuGroup*)item->data); in autocmd_augroup()
464 static void free_group(AuGroup *group) in free_group() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/malloc/mallocng/
H A Dfree.c14 static struct mapinfo free_group(struct meta *g) in free_group() function
88 return free_group(g); in nontrivial_free()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/malloc/mallocng/
H A Dfree.c14 static struct mapinfo free_group(struct meta *g) in free_group() function
88 return free_group(g); in nontrivial_free()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/mallocng/
H A Dfree.c14 static struct mapinfo free_group(struct meta *g) in free_group() function
88 return free_group(g); in nontrivial_free()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/malloc/mallocng/
H A Dfree.c14 static struct mapinfo free_group(struct meta *g) in free_group() function
88 return free_group(g); in nontrivial_free()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/malloc/mallocng/
H A Dfree.c14 static struct mapinfo free_group(struct meta *g) in free_group() function
88 return free_group(g); in nontrivial_free()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/
H A Dinifile.c16 static void free_group(void *data) in free_group() function
25 g_free, free_group); in fs_ini_file_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c547 static void free_group(struct platform_device *pdev) in free_group() function
613 free_group(platform_device); in dell_smbios_init()
636 free_group(platform_device); in dell_smbios_exit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c547 static void free_group(struct platform_device *pdev) in free_group() function
613 free_group(platform_device); in dell_smbios_init()
636 free_group(platform_device); in dell_smbios_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c547 static void free_group(struct platform_device *pdev) in free_group() function
613 free_group(platform_device); in dell_smbios_init()
636 free_group(platform_device); in dell_smbios_exit()
/dports/archivers/lhasa/lhasa-0.3.1/lib/
H A Dlh1_decoder.c159 static void free_group(LHALH1Decoder *decoder, uint16_t group) in free_group() function
427 free_group(decoder, node->group); in increment_node_freq()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dec.c84 static void ec_point_free(EC_POINT *point, int free_group);
696 static void ec_point_free(EC_POINT *point, int free_group) { in ec_point_free() argument
700 if (free_group) { in ec_point_free()

1234