File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,4 @@ LinearAlgebraX = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
1212SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
1414[compat ]
15- Combinatorics
1615julia = " 1.8"
17-
Original file line number Diff line number Diff line change 257257
258258
259259"""
260- IrreducibleDecomposition{A<:AbstractGroupAction}
260+ IrreducibleDecomposition
261261
262262Represents a decomposition of a group representation into a collection of irreducible representations.
263263
Original file line number Diff line number Diff line change @@ -326,6 +326,6 @@ irreducibles(::AbstractGroupRepresentation) = error("Not implemented")
326326"""
327327 isotypics(::AbstractGroupRepresentation) -> IsotypicDecomposition
328328
329- Returns the decomposition to isotypic components of the given group representation.
329+ Returns the decomposition into isotypic components of the given group representation.
330330"""
331331isotypics (:: AbstractGroupRepresentation ) = error (" Not implemented" )
You can’t perform that action at this time.
0 commit comments