Home
last modified time | relevance | path

Searched +refs:between +refs:reps (Results 26 – 50 of 503) sorted by relevance

12345678910>>...21

/dports/math/gap/gap-4.11.0/lib/
H A Dpermdeco.gi377 n,w,embs,reps,act,img,gimg,gens;
428 # define isomorphisms between the components
429 reps:=List([1..n],i->
439 # reps[k] * i * reps[k^img]^-1
442 act:=reps[k]*i*(reps[k^img]^-1);
H A Dctblgrp.gd33 ## (see&nbsp;<Ref Sect="The Interface between Character Tables and Groups"/>).
417 ## gap> reps:= List( ConjugacyClasses( a5 ), Representative );;
418 ## gap> List( reps, g -> TraceMat( Image( hom, g ) ) );
429 #F RepresentationsPermutationIrreducibleCharacters(<G>,<chars>,<reps>)
433 ## Arg='G,chars,reps'/>
H A Dgrpprmcs.gi274 oldworkup, # loop subgroups between
805 reps, # for representatives z of sets in orbits, reps
854 reps := []; inversereps := [];
1839 reps := [];
1847 max := reps[base[1]];
1852 max := reps[base[i]];
1982 reps := [];
1993 max := reps[base[1]];
1998 max := reps[base[i]];
2159 # identification between equivalent orbits (equivalent in the sense
[all …]
H A Dmorpheus.gi281 reps:=[];
321 Add(reps,gen);
325 #no:=ClosureGroup(ge,reps);
332 no:=ClosureGroup(no,reps);
1042 imgs:=List([tlev..len-1],i->reps[i]^(m[i][mp[i]]));
1043 imgs[Length(imgs)+1]:=reps[len];
1075 imgs[Length(imgs)+1]:=reps[len];
1101 reps:=List(cla,Representative);
1120 repspows[i][j+offset]:=reps[i]^j;
1196 imgs[len]:=reps[len];
[all …]
H A Dtom.gi24 ## 12. The Interface between Tables of Marks and Character Tables
231 mrks[1]:=Length(reps) * ind;
238 if reps[r] = One(G) then
290 Unbind(reps);
541 for r in reps do
590 od;#for r in reps
606 Unbind(reps);
694 for r in reps do
758 Unbind(reps);
3048 ## 12. The Interface between Tables of Marks and Character Tables
[all …]
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/sdf/1.6/
H A Dimu.sdf43 …i.e. rotation between North-West-Up and world (+X,+Y,+Z) frame is defined by SphericalCoordinates …
47 …i.e. rotation between North-East-Down and world (+X,+Y,+Z) frame is defined by SphericalCoordinate…
51 …i.e. rotation between East-North-Up and world (+X,+Y,+Z) frame is defined by SphericalCoordinates …
53 …- IMU reports in ROS optical frame as described in http://www.ros.org/reps/rep-0103.html#suffix-fr…
/dports/benchmarks/siege/siege-4.1.1/doc/
H A Dsiegerc.in292 # Repetitions. The length of siege may be specified in client reps
295 # So if you chose 'reps = 20' and you've selected 10 concurrent users,
298 # NOTE: The command line argument -r 5 / --reps=5 / --reps=once takes
301 # ex: reps = 20
303 # reps =
339 # Default delay between each request by a single thread. This value
406 # Default benchmarking value, If true, there is NO delay between server requests,
/dports/math/R-cran-car/car/man/
H A DqqPlot.Rd35 simulate=TRUE, envelope=TRUE, reps=100,
86 \item{reps}{integer; number of bootstrap replications for confidence envelope.}
116 …\item{\code{alpha}}{transparency/opacity of a filled confidence envelope, a number between 0 and 1…
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dcolor.test34 # rx, gx, bx - Change in intensities between adjacent elements in row.
35 # ry, gy, by - Change in intensities between adjacent elements in column.
52 # Given intensities between 0 and 255, return the closest intensities
57 # r, g, b - Desired intensities, between 0 and 255.
110 test color-1.1 {Tk_AllocColorFromObj - converting internal reps} colorsFree {
/dports/math/R-cran-FrF2/FrF2/tests/
H A Daddcentertest.Rout.save1182 blocks between.reps within.reps
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dcolor.test34 # rx, gx, bx - Change in intensities between adjacent elements in row.
35 # ry, gy, by - Change in intensities between adjacent elements in column.
52 # Given intensities between 0 and 255, return the closest intensities
57 # r, g, b - Desired intensities, between 0 and 255.
120 test color-1.1 {Tk_AllocColorFromObj - converting internal reps} colorsFree {
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dcolor.test34 # rx, gx, bx - Change in intensities between adjacent elements in row.
35 # ry, gy, by - Change in intensities between adjacent elements in column.
52 # Given intensities between 0 and 255, return the closest intensities
57 # r, g, b - Desired intensities, between 0 and 255.
120 test color-1.1 {Tk_AllocColorFromObj - converting internal reps} colorsFree {
/dports/math/gap/gap-4.11.0/pkg/gbnp/doc/nmo/
H A Dnmo_doc.tex195 equivalence, less-than, and greater-than comparison between two algebraic
246 !gapprompt@gap>| !gapinput@reps := GP2NPList(polys);|
253 !gapprompt@gap>| !gapinput@gbreps := Grobner(reps);;|
269 !gapprompt@gap>| !gapinput@gbreps := Grobner(reps);;|
308 !gapprompt@gap>| !gapinput@reps := GP2NPList(polys);;|
326 !gapprompt@gap>| !gapinput@gbreps := Grobner(reps);;|
340 !gapprompt@gap>| !gapinput@gbreps2 := Grobner(reps);;|
372 !gapprompt@gap>| !gapinput@reps := GP2NPList(polys);;|
373 !gapprompt@gap>| !gapinput@gb := Grobner(reps);;|
386 !gapprompt@gap>| !gapinput@gb := Grobner(reps);;|
[all …]
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/lib/
H A Dgrape.g93 reps:=[];
97 Add(reps,i);
967 mm:=[[1,reps[i]],[reps[i],1]];
1034 n:=Length(reps);
1081 n:=Length(reps);
1485 local r,d,loc,reps;
1498 for r in reps do
1538 for r in reps do
2445 # Returns the graph induced on the set of geodesics between
5131 reps:=[L[1]];
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/attributes/
H A Dmaximal.gi732 reps := List(rows, i -> List(cols,
759 Add(x, reps[i][l1]);
761 Add(x, reps[i][l2]);
768 Add(x, reps[i2][l]);
770 Add(x, reps[i1][l]);
797 Add(x, reps[rows_in[i]][cols_in[i]]);
869 # By doing so, we find the necessary relationships between components.
875 # Adjacency mat for a <dig> which defines relationship between components.
1168 reps := DClassReps(S);
1202 if reps[i] in opts.D then
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/builder/
H A Dlayout_caves.des211 -- Scales between .1 and about 8 are good (but .1-.5 most defined)
247 local reps = crawl.random_range(70,85)
249 local fcaves = procedural.worley_diff { scale = 7.5/reps }
250 fcaves = procedural.transform.polar_inverse(fcaves,gym/1.8,100*gxm/reps,gym/2)
441 -- between outmost paths and outmost water
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/themes/
H A Dwebconsole.css48 --console-message-border: #f2f2f4; /* between Grey 10 and Grey 20 */
172 /* Hide border between a command and its result */
664 /* Special casing String reps, and warning/error string colors
794 * console since its style is already defined in reps.css .
859 * Properties were copied from devtools/client/shared/components/reps/reps.css.
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/themes/
H A Dwebconsole.css48 --console-message-border: #f2f2f4; /* between Grey 10 and Grey 20 */
172 /* Hide border between a command and its result */
659 /* Special casing String reps, and warning/error string colors
777 * console since its style is already defined in reps.css .
842 * Properties were copied from devtools/client/shared/components/reps/reps.css.
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/themes/
H A Dwebconsole.css48 --console-message-border: #f2f2f4; /* between Grey 10 and Grey 20 */
172 /* Hide border between a command and its result */
664 /* Special casing String reps, and warning/error string colors
794 * console since its style is already defined in reps.css .
859 * Properties were copied from devtools/client/shared/components/reps/reps.css.
/dports/www/firefox/firefox-99.0/devtools/client/themes/
H A Dwebconsole.css48 --console-message-border: #f2f2f4; /* between Grey 10 and Grey 20 */
172 /* Hide border between a command and its result */
677 /* Special casing String reps, and warning/error string colors
807 * console since its style is already defined in reps.css .
916 * Properties were copied from devtools/client/shared/components/reps/reps.css.
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/gap/
H A Ddigraph.gi1001 local red, n, hom_table, reps, rep, top, doms, starts, degs, max, gens, img,
1061 reps := [];
1065 Add(reps, rep);
1071 degs := List([1 .. n], i -> NrMovedPoints(Image(reps[i])));
1095 x := ListPerm(gen ^ reps[top[i]]);
1115 x := x ^ reps[k];
1171 ErrorNoReturn("the 2nd argument <p> must be between 0 and 1,");
H A Dattr.gi226 # local gens, sch, reps, out, trace, word, i, w;
230 # reps := RepresentativeOutNeighbours(D);
236 # out[i] := reps[-sch[i]];
632 local data, out_nbs, record, orbnum, reps, i, next, laynum, localGirth,
646 reps := List(record.orbits, Representative);
649 laynum := [1 .. Length(reps)] * 0;
657 reps := [1 .. DigraphNrVertices(D)];
660 laynum := [1 .. Length(reps)] * 0;
671 # each i between 1 and localDiameter where c_i (respectively a_i and b_i) is
681 for y in out_nbs[reps[x]] do
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/rules/
H A Dorbit_polytope_helpers.rules153 $graph->edge(0, $i); # edges reflect inclusions between orbit polytopes
176 $graph->edge($i, $_); # add edge from current node to contained reps
/dports/math/gap/gap-4.11.0/pkg/orb-4.8.3/gap/
H A Dbysuborbit.gi361 Add(db!.reps,p);
362 HTAdd(db!.mins,p,Length(db!.reps));
365 HTAdd( db!.mins, o!.orbit[m], Length(db!.reps) );
371 if Length(db!.reps) mod ORB.REPORTSUBORBITS = 0 then
378 "j=",j," l=",l," i=",i," #",Length(db!.reps),
403 return db!.reps;
411 m := 2 * SIZE_OBJ(db!.reps) + 2 * SIZE_OBJ(db!.mins!.els);
416 m := m + db!.mins!.nr * p; # the reps are also in mins!
738 # "percentage" is a number between 50 and 100 and gives a stopping criterium.
893 Add(repforsuborbit,Length(db!.reps));
[all …]
H A Dbysuborbit.gd52 "trans", # a list of words, which are lists of integers between
123 [ "reps", # a list of suborbit representatives

12345678910>>...21