Home
last modified time | relevance | path

Searched refs:ClassRoots (Results 1 – 8 of 8) sorted by last modified time

/dports/math/gap/gap-4.11.0/lib/
H A Dctbl.gd1790 #A ClassRoots( <tbl> ) . . . . . . . . . . . . nontrivial roots of elements
1792 ## <#GAPDoc Label="ClassRoots">
1794 ## <Attr Name="ClassRoots" Arg='tbl'/>
1798 ## <Ref Attr="ClassRoots"/> returns a list containing at position <M>i</M>
1806 ## gap> ClassRoots( CharacterTable( "A5" ) );
1808 ## gap> ClassRoots( CharacterTable( "Cyclic", 6 ) );
1815 DeclareAttribute( "ClassRoots", IsCharacterTable );
H A Dctbl.gi2661 #M ClassRoots( <tbl> ) . . . . . . . . . . . . nontrivial roots of elements
2663 InstallMethod( ClassRoots,
H A Dctblpope.gi506 root:= ClassRoots(tbl);
927 root:= ClassRoots(tbl);
/dports/math/gap/gap-4.11.0/doc/ref/
H A Dmain.toc3342 \contentsline {subsection}{\numberline {71.9.13}\leavevmode {\color {Chapter }ClassRoots}}{1116}{su…
H A Dmanual.lab5089 \makelabel{ref:ClassRoots}{71.9.13}{X7F863B15804E0835}
H A Dmain.ind616 \item \texttt {ClassRoots}, \hyperpage{1116}
/dports/math/gap/gap-4.11.0/pkg/atlasrep/gap/
H A Dtest.g959 roots:= ClassRoots( tbl );
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_conversation.cpp114 static FDialogueMap ClassRoots; variable
159 ClassRoots[Class->TypeName] = dlgindex; in SetConversation()
179 int *pindex = ClassRoots.CheckKey(classname); in GetConversation()
346 ClassRoots[type->TypeName] = StrifeDialogues.Size(); in ReadRetailNode()
419 ClassRoots[type->TypeName] = StrifeDialogues.Size(); in ReadTeaserNode()
1058 ClassRoots.Clear(); in P_FreeStrifeConversations()