We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d42c commit 1d0d542Copy full SHA for 1d0d542
1 file changed
lib/CongruenceGroups/sl2methods.gi
@@ -99,11 +99,11 @@ InstallMethod(ProjectiveSpace,
99
100
##########################################################################
101
##
102
-## AmbientPosition( <G> )
+## AmbientRepresentation( <G> )
103
104
## Returns a function cosetPos(g) giving a canonical rpresentative of the
105
## coset gG in the ambient group.
106
- InstallMethod(AmbientPosition,
+ InstallMethod(AmbientRepresentation,
107
"Returns cosetPos(g) function for the congruence subgroup G",
108
[ IsIntegerMatrixGroup and IsHAPCongruenceSubgroupGamma0 ],
109
function(G)
0 commit comments