mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-03 18:46:27 +01:00
cosmetic
This commit is contained in:
parent
680d888b68
commit
aec153ca21
@ -98,8 +98,8 @@ end
|
||||
|
||||
function matrix_repr(g::GroupElem, E, E_dict)
|
||||
rep_matrix = spzeros(Int, length(E), length(E))
|
||||
for (i,e) in enumerate(E)
|
||||
j = E_dict[g(e)]
|
||||
for (i,elt) in enumerate(E)
|
||||
j = E_dict[g(elt)]
|
||||
rep_matrix[i,j] = 1
|
||||
end
|
||||
return rep_matrix
|
||||
|
Loading…
Reference in New Issue
Block a user