diff --git a/data/Greenfunctions/2A2/GU3.jl b/data/Greenfunctions/2A2/GU3.jl index 86fe9cc5..9c9b26c3 100644 --- a/data/Greenfunctions/2A2/GU3.jl +++ b/data/Greenfunctions/2A2/GU3.jl @@ -30,7 +30,7 @@ information = raw"""The Green functions of $\mathrm{GU}_3(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A3/GU4.jl b/data/Greenfunctions/2A3/GU4.jl index 8dbf019f..842b4ba0 100644 --- a/data/Greenfunctions/2A3/GU4.jl +++ b/data/Greenfunctions/2A3/GU4.jl @@ -57,7 +57,7 @@ information = raw"""The Green functions of $\mathrm{GU}_4(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A4/GU5.jl b/data/Greenfunctions/2A4/GU5.jl index ec978ec0..cf8aa5d4 100644 --- a/data/Greenfunctions/2A4/GU5.jl +++ b/data/Greenfunctions/2A4/GU5.jl @@ -95,7 +95,7 @@ information = raw"""The Green functions of $\mathrm{GU}_5(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A5/GU6.jl b/data/Greenfunctions/2A5/GU6.jl index c2ccafd6..388b409d 100644 --- a/data/Greenfunctions/2A5/GU6.jl +++ b/data/Greenfunctions/2A5/GU6.jl @@ -206,7 +206,7 @@ information = raw"""The Green functions of $\mathrm{GU}_6(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A6/GU7.jl b/data/Greenfunctions/2A6/GU7.jl index 06fa85aa..e7a3ecad 100644 --- a/data/Greenfunctions/2A6/GU7.jl +++ b/data/Greenfunctions/2A6/GU7.jl @@ -366,7 +366,7 @@ information = raw"""The Green functions of $\mathrm{GU}_7(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A7/GU8.jl b/data/Greenfunctions/2A7/GU8.jl index bfd2d9c4..d9e9acdf 100644 --- a/data/Greenfunctions/2A7/GU8.jl +++ b/data/Greenfunctions/2A7/GU8.jl @@ -786,7 +786,7 @@ information = raw"""The Green functions of $\mathrm{GU}_8(q^2)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2A8/GU9.jl b/data/Greenfunctions/2A8/GU9.jl index 03011948..46f6a6d4 100644 --- a/data/Greenfunctions/2A8/GU9.jl +++ b/data/Greenfunctions/2A8/GU9.jl @@ -1612,7 +1612,7 @@ information = raw"""The Green functions of $\mathrm{GU}_9(q)$. - See also: [DM87*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2B2/2B2.jl b/data/Greenfunctions/2B2/2B2.jl index 8d99d202..409f85db 100644 --- a/data/Greenfunctions/2B2/2B2.jl +++ b/data/Greenfunctions/2B2/2B2.jl @@ -36,7 +36,7 @@ information = raw"""The Green functions of $^2\mathrm{B}_2(q^2)$. - The table was first computed in [Suz62](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2D4/2D4n2.jl b/data/Greenfunctions/2D4/2D4n2.jl index d4597c7c..c3c2c26d 100644 --- a/data/Greenfunctions/2D4/2D4n2.jl +++ b/data/Greenfunctions/2D4/2D4n2.jl @@ -131,7 +131,7 @@ information = raw"""The Green functions of $\mathrm{O}_8^-(q)$ with odd $q$. Weyl groups: $L$ of type $D_0$ and $N(L)/L$ of type ${}^2D_4$. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2D4/2D4p2.jl b/data/Greenfunctions/2D4/2D4p2.jl index 44a49e28..f6331ed2 100644 --- a/data/Greenfunctions/2D4/2D4p2.jl +++ b/data/Greenfunctions/2D4/2D4p2.jl @@ -145,7 +145,7 @@ information = raw"""The Green functions of $\mathrm{O}_8^-(2^n)$. - The notation for the unipotent classes is as in that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2E6/2E6n23.jl b/data/Greenfunctions/2E6/2E6n23.jl index fded327d..6140e8b8 100644 --- a/data/Greenfunctions/2E6/2E6n23.jl +++ b/data/Greenfunctions/2E6/2E6n23.jl @@ -1028,7 +1028,7 @@ information = raw"""The Green functions of $^2\mathrm{E}_6(q)$, $p>3$. - The table was first computed in [BS84](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2E6/2E6p2.jl b/data/Greenfunctions/2E6/2E6p2.jl index 8f53fa68..faaa1e39 100644 --- a/data/Greenfunctions/2E6/2E6p2.jl +++ b/data/Greenfunctions/2E6/2E6p2.jl @@ -1110,7 +1110,7 @@ information = raw"""The Green functions of $^2\mathrm{E}_6(2^n)$. - The notation for the unipotent classes is as in that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2F4/2F4.jl b/data/Greenfunctions/2F4/2F4.jl index f23e5375..92f18c96 100644 --- a/data/Greenfunctions/2F4/2F4.jl +++ b/data/Greenfunctions/2F4/2F4.jl @@ -323,7 +323,7 @@ information = raw"""The Green functions of $^2\mathrm{F}_4(q^2)$. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/2G2/2G2.jl b/data/Greenfunctions/2G2/2G2.jl index 0d3dd4e0..c3dc2636 100644 --- a/data/Greenfunctions/2G2/2G2.jl +++ b/data/Greenfunctions/2G2/2G2.jl @@ -59,7 +59,7 @@ information = raw"""The Green functions of $^2\mathrm{G}_2(q^2)$. - The table was first computed in [War66](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/3D4/3D4n2.jl b/data/Greenfunctions/3D4/3D4n2.jl index cd259ac6..c17575e0 100644 --- a/data/Greenfunctions/3D4/3D4n2.jl +++ b/data/Greenfunctions/3D4/3D4n2.jl @@ -85,7 +85,7 @@ information = raw"""The Green functions of $^3\mathrm{D}_4(q)$, $p>2$. - The table was first computed in [Spa82*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/3D4/3D4p2.jl b/data/Greenfunctions/3D4/3D4p2.jl index c09c2de8..37c7b5aa 100644 --- a/data/Greenfunctions/3D4/3D4p2.jl +++ b/data/Greenfunctions/3D4/3D4p2.jl @@ -93,7 +93,7 @@ information = raw"""The Green functions of $^3\mathrm{D}_4(2^n)$. - The table was first computed in [Spa82*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A0/GL1.jl b/data/Greenfunctions/A0/GL1.jl index cd8c6ce7..abc2fb29 100644 --- a/data/Greenfunctions/A0/GL1.jl +++ b/data/Greenfunctions/A0/GL1.jl @@ -20,7 +20,7 @@ information = raw"""The Green functions of $\mathrm{GL}_1(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, reshape(table, 1, 1), classinfo, diff --git a/data/Greenfunctions/A1/GL2.jl b/data/Greenfunctions/A1/GL2.jl index df4e1e23..90218a2a 100644 --- a/data/Greenfunctions/A1/GL2.jl +++ b/data/Greenfunctions/A1/GL2.jl @@ -24,7 +24,7 @@ information = raw"""The Green functions of $\mathrm{GL}_2(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A10/GL11.jl b/data/Greenfunctions/A10/GL11.jl index fa0aaf77..fb3dfd3e 100644 --- a/data/Greenfunctions/A10/GL11.jl +++ b/data/Greenfunctions/A10/GL11.jl @@ -7751,7 +7751,7 @@ information = raw"""The Green functions of $\mathrm{GL}_11(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A2/GL3.jl b/data/Greenfunctions/A2/GL3.jl index 4ba3f51f..8fc3aaa6 100644 --- a/data/Greenfunctions/A2/GL3.jl +++ b/data/Greenfunctions/A2/GL3.jl @@ -30,7 +30,7 @@ information = raw"""The Green functions of $\mathrm{GL}_3(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A3/GL4.jl b/data/Greenfunctions/A3/GL4.jl index 2b8503d3..b8635e76 100644 --- a/data/Greenfunctions/A3/GL4.jl +++ b/data/Greenfunctions/A3/GL4.jl @@ -57,7 +57,7 @@ information = raw"""The Green functions of $\mathrm{GL}_4(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A3;2/GL4e2.jl b/data/Greenfunctions/A3;2/GL4e2.jl index dacd812a..3bd73a68 100644 --- a/data/Greenfunctions/A3;2/GL4e2.jl +++ b/data/Greenfunctions/A3;2/GL4e2.jl @@ -55,7 +55,7 @@ information = raw"""The Green functions of $\mathrm{GL}_4(2^n):2$. - The table was first computed in [Mal93*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A4/GL5.jl b/data/Greenfunctions/A4/GL5.jl index 62fe8d6d..af4197f0 100644 --- a/data/Greenfunctions/A4/GL5.jl +++ b/data/Greenfunctions/A4/GL5.jl @@ -95,7 +95,7 @@ information = raw"""The Green functions of $\mathrm{GL}_5(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A4;2/GL5e2.jl b/data/Greenfunctions/A4;2/GL5e2.jl index d6877181..37729e1b 100644 --- a/data/Greenfunctions/A4;2/GL5e2.jl +++ b/data/Greenfunctions/A4;2/GL5e2.jl @@ -67,7 +67,7 @@ information = raw"""The Green functions of $\mathrm{GL}_5(2^n):2$. - The table was first computed in [Mal93*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A5/GL6.jl b/data/Greenfunctions/A5/GL6.jl index 4a0ffa14..190c7d53 100644 --- a/data/Greenfunctions/A5/GL6.jl +++ b/data/Greenfunctions/A5/GL6.jl @@ -206,7 +206,7 @@ information = raw"""The Green functions of $\mathrm{GL}_6(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A5;2/GL6e2.jl b/data/Greenfunctions/A5;2/GL6e2.jl index e6b86d1b..226dfc5a 100644 --- a/data/Greenfunctions/A5;2/GL6e2.jl +++ b/data/Greenfunctions/A5;2/GL6e2.jl @@ -173,7 +173,7 @@ information = raw"""The Green functions of $\mathrm{GL}_6(2^n):2$. - The table was first computed in [Mal93*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A6/GL7.jl b/data/Greenfunctions/A6/GL7.jl index 5cb1de66..4cea2241 100644 --- a/data/Greenfunctions/A6/GL7.jl +++ b/data/Greenfunctions/A6/GL7.jl @@ -365,7 +365,7 @@ information = raw"""The Green functions of $\mathrm{GL}_7(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A7/GL8.jl b/data/Greenfunctions/A7/GL8.jl index 20deea08..f297bfe6 100644 --- a/data/Greenfunctions/A7/GL8.jl +++ b/data/Greenfunctions/A7/GL8.jl @@ -791,7 +791,7 @@ information = raw"""The Green functions of $\mathrm{GL}_8(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A8/GL9.jl b/data/Greenfunctions/A8/GL9.jl index 61bc1d48..618ab4a8 100644 --- a/data/Greenfunctions/A8/GL9.jl +++ b/data/Greenfunctions/A8/GL9.jl @@ -1616,7 +1616,7 @@ information = raw"""The Green functions of $\mathrm{GL}_9(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/A9/GL10.jl b/data/Greenfunctions/A9/GL10.jl index eba22bd9..2af2bb72 100644 --- a/data/Greenfunctions/A9/GL10.jl +++ b/data/Greenfunctions/A9/GL10.jl @@ -3666,7 +3666,7 @@ information = raw"""The Green functions of $\mathrm{GL}_10(q)$. - This CHEVIE-table is computed by an algorithm from [LS78](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/C2/C2n2.jl b/data/Greenfunctions/C2/C2n2.jl index 709acc4c..0fe789be 100644 --- a/data/Greenfunctions/C2/C2n2.jl +++ b/data/Greenfunctions/C2/C2n2.jl @@ -63,7 +63,7 @@ information = raw"""The Green functions of $\mathrm{CSp}_4(q)$, $q$ odd. - The names of the unipotent classes are taken from the article of Shinoda. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/C2/C2p2.jl b/data/Greenfunctions/C2/C2p2.jl index 0f7059c9..c0a62732 100644 --- a/data/Greenfunctions/C2/C2p2.jl +++ b/data/Greenfunctions/C2/C2p2.jl @@ -64,7 +64,7 @@ information = raw"""The Green functions of $\mathrm{Sp}_4(q)$, q even. - The names of the unipotent classes are taken from this paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/C3/C3n2.jl b/data/Greenfunctions/C3/C3n2.jl index b427c27f..6428f528 100644 --- a/data/Greenfunctions/C3/C3n2.jl +++ b/data/Greenfunctions/C3/C3n2.jl @@ -158,7 +158,7 @@ information = raw"""The Green functions of $\mathrm{CSp}_6(q)$, $q$ odd. - These Green functions are computed in [LS90](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/C3/C3p2.jl b/data/Greenfunctions/C3/C3p2.jl index dd4a123f..e8e3850e 100644 --- a/data/Greenfunctions/C3/C3p2.jl +++ b/data/Greenfunctions/C3/C3p2.jl @@ -187,7 +187,7 @@ information = raw"""The Green functions of $\mathrm{Sp}_6(2^n)$. - The notation for the unipotent classes is taken from that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D4/D4n2.jl b/data/Greenfunctions/D4/D4n2.jl index 43ed1311..1a879e09 100644 --- a/data/Greenfunctions/D4/D4n2.jl +++ b/data/Greenfunctions/D4/D4n2.jl @@ -222,7 +222,7 @@ chardegree = (q - 1)^4 * (q + 1)^2 * (q^2 + q + 1) * (q^2 + 1)^2]) information = raw"""""" -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D4/D4p2.jl b/data/Greenfunctions/D4/D4p2.jl index 282e9e2e..ad1d1165 100644 --- a/data/Greenfunctions/D4/D4p2.jl +++ b/data/Greenfunctions/D4/D4p2.jl @@ -256,7 +256,7 @@ information = raw"""The Green functions of $\mathrm{O}_8^+(q)$. - The notation for the unipotent classes is taken from [Spa82](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D4;2/D4e2.jl b/data/Greenfunctions/D4;2/D4e2.jl index 4fffc6fc..9544c843 100644 --- a/data/Greenfunctions/D4;2/D4e2.jl +++ b/data/Greenfunctions/D4;2/D4e2.jl @@ -159,7 +159,7 @@ information = raw"""The Green functions of $\mathrm{SO}_8^+(2^n)$. - The table was first computed in [Mal93*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D4;3/D4e3.jl b/data/Greenfunctions/D4;3/D4e3.jl index 6262fe2f..0fa8b686 100644 --- a/data/Greenfunctions/D4;3/D4e3.jl +++ b/data/Greenfunctions/D4;3/D4e3.jl @@ -73,7 +73,7 @@ information = raw"""The Green functions of $\mathrm{O}_8^+(3^n):3$. - The table was first computed in [Mal93*1](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D5/D5n2.jl b/data/Greenfunctions/D5/D5n2.jl index 459435c7..e8ffbacb 100644 --- a/data/Greenfunctions/D5/D5n2.jl +++ b/data/Greenfunctions/D5/D5n2.jl @@ -450,7 +450,7 @@ chardegree = (q^2 - q + 1)]) information = raw"""""" -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/D5/D5p2.jl b/data/Greenfunctions/D5/D5p2.jl index 31750b02..91a2899f 100644 --- a/data/Greenfunctions/D5/D5p2.jl +++ b/data/Greenfunctions/D5/D5p2.jl @@ -514,7 +514,7 @@ information = raw"""The Green functions of $\mathrm{O}_{10}^+(2^n)$. - The notation for the unipotent classes is taken from [Spa82](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/E6/E6n23.jl b/data/Greenfunctions/E6/E6n23.jl index 840a2d3d..9506e1aa 100644 --- a/data/Greenfunctions/E6/E6n23.jl +++ b/data/Greenfunctions/E6/E6n23.jl @@ -1027,7 +1027,7 @@ information = raw"""The Green functions of $\mathrm{E}_6(q)$, $p>3$. - The table was first computed in [BS84](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/E6/E6p2.jl b/data/Greenfunctions/E6/E6p2.jl index 8e06b43f..7d9fac03 100644 --- a/data/Greenfunctions/E6/E6p2.jl +++ b/data/Greenfunctions/E6/E6p2.jl @@ -1130,7 +1130,7 @@ information = raw"""The Green functions of $\mathrm{E}_6(2^n)$. - The table was first computed in [Mal93](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/E6/E6p3.jl b/data/Greenfunctions/E6/E6p3.jl index 419dcb85..d1caea07 100644 --- a/data/Greenfunctions/E6/E6p3.jl +++ b/data/Greenfunctions/E6/E6p3.jl @@ -1098,7 +1098,7 @@ chardegree = information = raw"""The Green functions of $\mathrm{E}_6(3^n)$.""" -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/E6;2/E6e2.jl b/data/Greenfunctions/E6;2/E6e2.jl index 484b2b08..0aacf800 100644 --- a/data/Greenfunctions/E6;2/E6e2.jl +++ b/data/Greenfunctions/E6;2/E6e2.jl @@ -912,7 +912,7 @@ information = raw"""The Green functions of $\mathrm{E}_6(2^n):2$. - The notation for the unipotent classes is as in that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/E8/E8c2.jl b/data/Greenfunctions/E8/E8c2.jl index 28e07fdc..a5e401f4 100644 --- a/data/Greenfunctions/E8/E8c2.jl +++ b/data/Greenfunctions/E8/E8c2.jl @@ -172,7 +172,7 @@ chardegree = inflate.([R([ 1, 8, 35, 112, 294, 672, 1386, 2640, 4718, 8000, 1297 information = raw"""The Green functions of $\mathrm{E}_8(q)$ with $q$ congruent to $2$ modulo $30$, computed by Frank Lübeck""" -SimpleCharTable( +TABLE = SimpleCharTable( order, table, classinfo, diff --git a/data/Greenfunctions/F4/F4n23.jl b/data/Greenfunctions/F4/F4n23.jl index 4bc6429c..4ebe9763 100644 --- a/data/Greenfunctions/F4/F4n23.jl +++ b/data/Greenfunctions/F4/F4n23.jl @@ -843,7 +843,7 @@ information = raw"""The Green functions of $\mathrm{F}_4(q)$, $p>3$. - The table was first computed in [Sho82](@cite). """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/F4/F4p2.jl b/data/Greenfunctions/F4/F4p2.jl index c119eeeb..8195c181 100644 --- a/data/Greenfunctions/F4/F4p2.jl +++ b/data/Greenfunctions/F4/F4p2.jl @@ -1137,7 +1137,7 @@ information = raw"""The Green functions of $\mathrm{F}_4(2^n)$. The notation for the unipotent classes is taken from that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/G2/G2n23.jl b/data/Greenfunctions/G2/G2n23.jl index efee2f94..544a59bd 100644 --- a/data/Greenfunctions/G2/G2n23.jl +++ b/data/Greenfunctions/G2/G2n23.jl @@ -77,7 +77,7 @@ information = raw"""The Green functions of $\mathrm{G}_2(q)$, $p>3$. The notation for the unipotent classes is taken from that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/G2/G2p2.jl b/data/Greenfunctions/G2/G2p2.jl index ed85463a..a36d840f 100644 --- a/data/Greenfunctions/G2/G2p2.jl +++ b/data/Greenfunctions/G2/G2p2.jl @@ -86,7 +86,7 @@ information = raw"""The Green functions of $\mathrm{G}_2(2^n)$. The notation for the unipotent classes is taken from that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Greenfunctions/G2/G2p3.jl b/data/Greenfunctions/G2/G2p3.jl index 3cdaf6c1..52a59f6a 100644 --- a/data/Greenfunctions/G2/G2p3.jl +++ b/data/Greenfunctions/G2/G2p3.jl @@ -101,7 +101,7 @@ information = raw"""The Green functions of $\mathrm{G}_2(3^n)$. The notation for the unipotent classes is taken from that paper. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/2A2/GU3.jl b/data/Tables/2A2/GU3.jl index 444310d7..a372b829 100644 --- a/data/Tables/2A2/GU3.jl +++ b/data/Tables/2A2/GU3.jl @@ -329,6 +329,6 @@ information = raw"""The generic character table of $\mathrm{GU}_3(q)$. - See also: [Enn62](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2A2/PGU3.2.jl b/data/Tables/2A2/PGU3.2.jl index ad8853d3..de6e7c1a 100644 --- a/data/Tables/2A2/PGU3.2.jl +++ b/data/Tables/2A2/PGU3.2.jl @@ -305,6 +305,6 @@ information = raw"""The generic character table of $\mathrm{PGU}_3(q)$, - See also: [Enn62](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2A2/PSU3.2.jl b/data/Tables/2A2/PSU3.2.jl index 347e210a..36883c64 100644 --- a/data/Tables/2A2/PSU3.2.jl +++ b/data/Tables/2A2/PSU3.2.jl @@ -378,6 +378,6 @@ information = raw"""The generic character table of $\mathrm{PSU}_3(q)$, - See also: [Enn63](@cite), [Enn62](@cite), [Ste51](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2A2/SU3.2.jl b/data/Tables/2A2/SU3.2.jl index 9b65fb50..b6650400 100644 --- a/data/Tables/2A2/SU3.2.jl +++ b/data/Tables/2A2/SU3.2.jl @@ -439,6 +439,6 @@ information = raw"""The generic character table of $\mathrm{SU}_3(q)$, - See also: [Enn63](@cite), [Enn62](@cite), [Ste51](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2A2/SU3.n2.jl b/data/Tables/2A2/SU3.n2.jl index 4853958d..e356779e 100644 --- a/data/Tables/2A2/SU3.n2.jl +++ b/data/Tables/2A2/SU3.n2.jl @@ -266,6 +266,6 @@ information = raw"""The generic character table of $\mathrm{SU}_3(q)$, - See also: [Enn63](@cite), [Enn62](@cite), [Ste51](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2B2/2B2.jl b/data/Tables/2B2/2B2.jl index 3c0f19ec..58d91c45 100644 --- a/data/Tables/2B2/2B2.jl +++ b/data/Tables/2B2/2B2.jl @@ -211,6 +211,6 @@ information = raw"""The generic character table of $^2\mathrm{B}_2(q^2)$, - The table was first computed in [Suz62](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2D4/uni2D4.0.jl b/data/Tables/2D4/uni2D4.0.jl index 4a0d47f9..bfd01286 100644 --- a/data/Tables/2D4/uni2D4.0.jl +++ b/data/Tables/2D4/uni2D4.0.jl @@ -886,7 +886,7 @@ information = raw"""The unipotent characters of $\mathrm{CO}_8^-(q)$, - This table was computed by F. Lübeck, most of it with general programs. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/2D4/uni2D4.1.jl b/data/Tables/2D4/uni2D4.1.jl index e40546f5..dd1a2d46 100644 --- a/data/Tables/2D4/uni2D4.1.jl +++ b/data/Tables/2D4/uni2D4.1.jl @@ -1030,7 +1030,7 @@ information = raw"""The unipotent characters of $\mathrm{CO}_8^-(q)$, - This table was computed by F. Lübeck, most of it with general programs. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/2F4/2F4.1.jl b/data/Tables/2F4/2F4.1.jl index 89a008c3..bf006cc9 100644 --- a/data/Tables/2F4/2F4.1.jl +++ b/data/Tables/2F4/2F4.1.jl @@ -3838,6 +3838,6 @@ information = raw"""The generic character table of $^2\mathrm{F}_4(q^2)$, - The other irreducible characters were added by G. Malle """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2F4/2F4.2.jl b/data/Tables/2F4/2F4.2.jl index d424954a..1dd0618b 100644 --- a/data/Tables/2F4/2F4.2.jl +++ b/data/Tables/2F4/2F4.2.jl @@ -3838,6 +3838,6 @@ information = raw"""The generic character table of $^2\mathrm{F}_4(q^2)$, - The other irreducible characters were added by G. Malle """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/2G2/2G2.jl b/data/Tables/2G2/2G2.jl index cc7fca5f..315f9e9d 100644 --- a/data/Tables/2G2/2G2.jl +++ b/data/Tables/2G2/2G2.jl @@ -500,6 +500,6 @@ information = raw"""The generic character table of the Ree groups the classes. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/3D4/3D4.0.jl b/data/Tables/3D4/3D4.0.jl index ecb2bed2..9b789809 100644 --- a/data/Tables/3D4/3D4.0.jl +++ b/data/Tables/3D4/3D4.0.jl @@ -1840,6 +1840,6 @@ information = raw"""The generic character table of $^3\mathrm{D}_4(2^n)$. - The table was first computed in [DM87](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/3D4/3D4.11.jl b/data/Tables/3D4/3D4.11.jl index 6a4f5b7d..dfa94154 100644 --- a/data/Tables/3D4/3D4.11.jl +++ b/data/Tables/3D4/3D4.11.jl @@ -2191,6 +2191,6 @@ information = raw"""The generic character table of $^3\mathrm{D}_4(q)$, - The table was first computed in [DM87](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/3D4/3D4.13.jl b/data/Tables/3D4/3D4.13.jl index 2e596129..85c551ae 100644 --- a/data/Tables/3D4/3D4.13.jl +++ b/data/Tables/3D4/3D4.13.jl @@ -2191,6 +2191,6 @@ information = raw"""The generic character table of $^3\mathrm{D}_4(q)$, - The table was first computed in [DM87](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/GL2.jl b/data/Tables/A1/GL2.jl index e21c0471..a8f90f8f 100644 --- a/data/Tables/A1/GL2.jl +++ b/data/Tables/A1/GL2.jl @@ -136,6 +136,6 @@ information = raw"""The generic character table of $\mathrm{GL}_2(q)$. - See also: [Ste51](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/GU2.jl b/data/Tables/A1/GU2.jl index 3a0ccff1..078048fe 100644 --- a/data/Tables/A1/GU2.jl +++ b/data/Tables/A1/GU2.jl @@ -142,6 +142,6 @@ information = raw"""The generic character table of $\mathrm{GU}_2(q)$. - See also: [Enn62](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/PGL2.1.jl b/data/Tables/A1/PGL2.1.jl index 43726d63..f393a8d3 100644 --- a/data/Tables/A1/PGL2.1.jl +++ b/data/Tables/A1/PGL2.1.jl @@ -140,6 +140,6 @@ information = raw"""The generic character table of $\mathrm{PGL}_2(q)$, $q$ odd - See also: [Ste51](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/PSL2.1.jl b/data/Tables/A1/PSL2.1.jl index 6c5bd4b3..c7c671a9 100644 --- a/data/Tables/A1/PSL2.1.jl +++ b/data/Tables/A1/PSL2.1.jl @@ -135,6 +135,6 @@ information = raw"""The generic character table of $\mathrm{PSL}_2(q^2)$, - See also: [Sch07](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/PSL2.3.jl b/data/Tables/A1/PSL2.3.jl index 1c380c79..f52df815 100644 --- a/data/Tables/A1/PSL2.3.jl +++ b/data/Tables/A1/PSL2.3.jl @@ -135,6 +135,6 @@ information = raw"""The generic character table of $\mathrm{PSL}_2(q^2)$, - See also: [Sch07](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/SL2.0.jl b/data/Tables/A1/SL2.0.jl index 3543a623..5c3cffdf 100644 --- a/data/Tables/A1/SL2.0.jl +++ b/data/Tables/A1/SL2.0.jl @@ -90,6 +90,6 @@ information = raw"""The generic character table of $\mathrm{SL}_2(q)$, $q$ even - The table was first computed in [Sch07](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A1/SL2.1.jl b/data/Tables/A1/SL2.1.jl index 1676cd10..5a6a220c 100644 --- a/data/Tables/A1/SL2.1.jl +++ b/data/Tables/A1/SL2.1.jl @@ -175,6 +175,6 @@ information = raw"""The generic character table of $\mathrm{SL}_2(q)$, - See also: [Sch07](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A2/GL3.jl b/data/Tables/A2/GL3.jl index 28df01c7..21937782 100644 --- a/data/Tables/A2/GL3.jl +++ b/data/Tables/A2/GL3.jl @@ -328,6 +328,6 @@ information = raw"""The generic character table of $\mathrm{GL}_3(q)$. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A2/PGL3.1.jl b/data/Tables/A2/PGL3.1.jl index f7d37a7b..b87bf041 100644 --- a/data/Tables/A2/PGL3.1.jl +++ b/data/Tables/A2/PGL3.1.jl @@ -307,6 +307,6 @@ information = raw"""The generic character table of $\mathrm{PGL}_3(q)$, - See also: [Gre55](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A2/PSL3.1.jl b/data/Tables/A2/PSL3.1.jl index 8231b796..ae5358dc 100644 --- a/data/Tables/A2/PSL3.1.jl +++ b/data/Tables/A2/PSL3.1.jl @@ -374,6 +374,6 @@ information = raw"""The generic character table of $\mathrm{PSL}_3(q)$, - See also: [Ste51](@cite), [Gre55](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A2/SL3.1.jl b/data/Tables/A2/SL3.1.jl index f1de6dcb..114be027 100644 --- a/data/Tables/A2/SL3.1.jl +++ b/data/Tables/A2/SL3.1.jl @@ -438,6 +438,6 @@ information = raw"""The generic character table of $\mathrm{SL}_3(q)$, - See also: [Ste51](@cite), [Gre55](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/A2/SL3.n1.jl b/data/Tables/A2/SL3.n1.jl index a8e757c9..0cac978c 100644 --- a/data/Tables/A2/SL3.n1.jl +++ b/data/Tables/A2/SL3.n1.jl @@ -266,6 +266,6 @@ information = raw"""The generic character table of $\mathrm{SL}_3(q)$, - See also: [Ste51](@cite), [Gre55](@cite). """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/C2/Sp4.0.jl b/data/Tables/C2/Sp4.0.jl index e1cbe388..30eb3bb2 100644 --- a/data/Tables/C2/Sp4.0.jl +++ b/data/Tables/C2/Sp4.0.jl @@ -800,6 +800,6 @@ information = raw"""The generic character table of $\mathrm{Sp}_4(q)$, $q$ even is called A31 by Enomoto. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/C2/uniCSp4.1.jl b/data/Tables/C2/uniCSp4.1.jl index 3d8bb71f..3755887e 100644 --- a/data/Tables/C2/uniCSp4.1.jl +++ b/data/Tables/C2/uniCSp4.1.jl @@ -274,7 +274,7 @@ information = raw"""The generic character table of $\mathrm{CSp}_4(q)$ with odd this release. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/C3/CSp6.1.jl b/data/Tables/C3/CSp6.1.jl index 86a3c08d..45f22d29 100644 --- a/data/Tables/C3/CSp6.1.jl +++ b/data/Tables/C3/CSp6.1.jl @@ -11400,6 +11400,6 @@ information = raw"""The generic character table of $\mathrm{CSp}_6(q)$, $q$ odd use the table `uniCSp6.1`, which allows faster calculations. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/C3/Sp6.0.jl b/data/Tables/C3/Sp6.0.jl index 5027b7d1..cabcf05f 100644 --- a/data/Tables/C3/Sp6.0.jl +++ b/data/Tables/C3/Sp6.0.jl @@ -11363,6 +11363,6 @@ information = raw"""The generic character table of $\mathrm{Sp}_6(q)$, $q$ even use the table `uniSp6.0`, which allows faster calculations. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/C3/uniCSp6.1.jl b/data/Tables/C3/uniCSp6.1.jl index 0cb6b1c0..1aadfa21 100644 --- a/data/Tables/C3/uniCSp6.1.jl +++ b/data/Tables/C3/uniCSp6.1.jl @@ -1403,7 +1403,7 @@ information = raw"""The unipotent characters of $\mathrm{CSp}_6(q)$, $q$ odd `specialize` function as explained above. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/C3/uniSp6.0.jl b/data/Tables/C3/uniSp6.0.jl index 6adeaa23..e32ad010 100644 --- a/data/Tables/C3/uniSp6.0.jl +++ b/data/Tables/C3/uniSp6.0.jl @@ -1045,7 +1045,7 @@ information = raw"""The unipotent characters of $\mathrm{Sp}_6(q)$, $q$ even of `Sp6.0`, then don't use `uniSp6.0`. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/D4/uniCSpin8.1.jl b/data/Tables/D4/uniCSpin8.1.jl index 42de74c8..f9ff8f93 100644 --- a/data/Tables/D4/uniCSpin8.1.jl +++ b/data/Tables/D4/uniCSpin8.1.jl @@ -3009,7 +3009,7 @@ information = raw"""The unipotent characters of $\mathrm{CSpin}_8(q)$, $q$ odd information list returned by the `info` function. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/D4/uniSpin8.0.jl b/data/Tables/D4/uniSpin8.0.jl index 082f1f6d..15806591 100644 --- a/data/Tables/D4/uniSpin8.0.jl +++ b/data/Tables/D4/uniSpin8.0.jl @@ -2482,7 +2482,7 @@ information = raw"""The unipotent characters of $\mathrm{Spin}_8(q)$, $q$ even information list returned by the `info` function. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/F4/uniuniF4p2.jl b/data/Tables/F4/uniuniF4p2.jl index f70c03b9..6d95280a 100644 --- a/data/Tables/F4/uniuniF4p2.jl +++ b/data/Tables/F4/uniuniF4p2.jl @@ -1666,6 +1666,6 @@ information = raw"""The unipotent characters of $\mathrm{F}_4(2^n)$ notation with pairs of partitions.) """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.01.jl b/data/Tables/G2/G2.01.jl index c7f5be48..c56c7ea0 100644 --- a/data/Tables/G2/G2.01.jl +++ b/data/Tables/G2/G2.01.jl @@ -1486,6 +1486,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, and corresponds to $X_{18}$ in Chang--Ree. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.02.jl b/data/Tables/G2/G2.02.jl index 806d9241..582e8e09 100644 --- a/data/Tables/G2/G2.02.jl +++ b/data/Tables/G2/G2.02.jl @@ -1486,6 +1486,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, and corresponds to $X_{18}$ in Chang--Ree. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.101.jl b/data/Tables/G2/G2.101.jl index f8c03f44..9dec03dd 100644 --- a/data/Tables/G2/G2.101.jl +++ b/data/Tables/G2/G2.101.jl @@ -1599,6 +1599,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, and corresponds to $X_{18}$ in Chang--Ree. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.103.jl b/data/Tables/G2/G2.103.jl index e69f1677..60a483ad 100644 --- a/data/Tables/G2/G2.103.jl +++ b/data/Tables/G2/G2.103.jl @@ -1599,6 +1599,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, and corresponds to $X_{18}$ in Chang--Ree. """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.111.jl b/data/Tables/G2/G2.111.jl index 5de75749..b2f0b233 100644 --- a/data/Tables/G2/G2.111.jl +++ b/data/Tables/G2/G2.111.jl @@ -1717,6 +1717,6 @@ information = raw"""The generic character table of $G_2(q)$, Character type six of `G2.111` is called $X_{18}$ by Chang and Ree """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.113.jl b/data/Tables/G2/G2.113.jl index 9174f197..7d82c9e7 100644 --- a/data/Tables/G2/G2.113.jl +++ b/data/Tables/G2/G2.113.jl @@ -1717,6 +1717,6 @@ information = raw"""The generic character table of $G_2(q)$, Character type six of `G2.113` is called $X_{18}$ by Chang and Ree """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.121.jl b/data/Tables/G2/G2.121.jl index f1a233fb..75592f79 100644 --- a/data/Tables/G2/G2.121.jl +++ b/data/Tables/G2/G2.121.jl @@ -1717,6 +1717,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, Character type six of `G2.121` is called $X_{18}$ by Chang and Ree """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/G2/G2.123.jl b/data/Tables/G2/G2.123.jl index 1c2017f4..65559a7d 100644 --- a/data/Tables/G2/G2.123.jl +++ b/data/Tables/G2/G2.123.jl @@ -1717,6 +1717,6 @@ information = raw"""The generic character table of $\mathrm{G}_2(q)$, Character type six of `G2.123` is called $X_{18}$ by Chang and Ree """ -CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, +TABLE = CharTable(order, permutedims(table), classinfo, classlength, charinfo, chardegree, classsums, charsums, classparamindex, charparamindex, classparams, charparams, S, information, splitext(basename(@__FILE__))[1]) diff --git a/data/Tables/uniGL/uniGL2.jl b/data/Tables/uniGL/uniGL2.jl index f9808591..5e8d3065 100644 --- a/data/Tables/uniGL/uniGL2.jl +++ b/data/Tables/uniGL/uniGL2.jl @@ -30,7 +30,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_2(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL3.jl b/data/Tables/uniGL/uniGL3.jl index 651d6c40..01ded1ea 100644 --- a/data/Tables/uniGL/uniGL3.jl +++ b/data/Tables/uniGL/uniGL3.jl @@ -69,7 +69,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_3(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL4.jl b/data/Tables/uniGL/uniGL4.jl index a17c45a5..5d2b0b44 100644 --- a/data/Tables/uniGL/uniGL4.jl +++ b/data/Tables/uniGL/uniGL4.jl @@ -204,7 +204,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_4(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL5.jl b/data/Tables/uniGL/uniGL5.jl index d8e10317..9ba7d300 100644 --- a/data/Tables/uniGL/uniGL5.jl +++ b/data/Tables/uniGL/uniGL5.jl @@ -462,7 +462,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_5(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL6.jl b/data/Tables/uniGL/uniGL6.jl index 9c124e85..dcf1b0f6 100644 --- a/data/Tables/uniGL/uniGL6.jl +++ b/data/Tables/uniGL/uniGL6.jl @@ -1707,7 +1707,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_6(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL7.jl b/data/Tables/uniGL/uniGL7.jl index 81d44e70..555d9999 100644 --- a/data/Tables/uniGL/uniGL7.jl +++ b/data/Tables/uniGL/uniGL7.jl @@ -4164,7 +4164,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_7(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGL/uniGL8.jl b/data/Tables/uniGL/uniGL8.jl index feb495a7..f23df0f2 100644 --- a/data/Tables/uniGL/uniGL8.jl +++ b/data/Tables/uniGL/uniGL8.jl @@ -13483,7 +13483,7 @@ information = raw"""The unipotent characters for $\mathrm{GL}_8(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU2.jl b/data/Tables/uniGU/uniGU2.jl index 4673500d..928b95ad 100644 --- a/data/Tables/uniGU/uniGU2.jl +++ b/data/Tables/uniGU/uniGU2.jl @@ -30,7 +30,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_2(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU3.jl b/data/Tables/uniGU/uniGU3.jl index 9baf77ca..362eb05b 100644 --- a/data/Tables/uniGU/uniGU3.jl +++ b/data/Tables/uniGU/uniGU3.jl @@ -69,7 +69,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_3(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU4.jl b/data/Tables/uniGU/uniGU4.jl index 981bfff4..d9df2746 100644 --- a/data/Tables/uniGU/uniGU4.jl +++ b/data/Tables/uniGU/uniGU4.jl @@ -204,7 +204,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_4(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU5.jl b/data/Tables/uniGU/uniGU5.jl index 01b43afa..d5d2f354 100644 --- a/data/Tables/uniGU/uniGU5.jl +++ b/data/Tables/uniGU/uniGU5.jl @@ -462,7 +462,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_5(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU6.jl b/data/Tables/uniGU/uniGU6.jl index 2270052a..fe7be9ff 100644 --- a/data/Tables/uniGU/uniGU6.jl +++ b/data/Tables/uniGU/uniGU6.jl @@ -1706,7 +1706,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_6(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU7.jl b/data/Tables/uniGU/uniGU7.jl index 53f05d16..028068fa 100644 --- a/data/Tables/uniGU/uniGU7.jl +++ b/data/Tables/uniGU/uniGU7.jl @@ -4163,7 +4163,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_7(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/data/Tables/uniGU/uniGU8.jl b/data/Tables/uniGU/uniGU8.jl index c63886f3..9d7fe2d3 100644 --- a/data/Tables/uniGU/uniGU8.jl +++ b/data/Tables/uniGU/uniGU8.jl @@ -13476,7 +13476,7 @@ information = raw"""The unipotent characters for $\mathrm{GU}_8(q)$. unipotent characters as linear combinations of them. """ -SimpleCharTable( +TABLE = SimpleCharTable( order, permutedims(table), classinfo, diff --git a/src/CharTable.jl b/src/CharTable.jl index 6c5d9286..9e07b97a 100644 --- a/src/CharTable.jl +++ b/src/CharTable.jl @@ -22,7 +22,9 @@ function (t::CharTable)(c::GenericCharacter) end function loadtab(path::String) - return evalfile(path) + return Base.invokelatest(getproperty, (@eval module $(gensym("CHAR_TABLE")) + include($(path)) + end), :TABLE) end # list of table name synonyms, for improved compatibility with CHEVIE