Commit 2023-11-08 18:36 7fbfeaf5
View on Github →feat: generalized eigenspaces are independent (#8177)
The main change is to upgrade the existing Module.End.eigenspaces_independent
, which applied only to eigenspaces (and required a [Field K]
assumption) to Module.End.independent_generalizedEigenspace
, which applies to generalized eigenspaces (and requires only [NoZeroSMulDivisors R M]
)