Remove is_square(::MatRingElem); to apply to MatRingElem work with underlying matrix#2325
Remove is_square(::MatRingElem); to apply to MatRingElem work with underlying matrix#2325JohnAAbbott wants to merge 11 commits intoNemocas:masterfrom
is_square(::MatRingElem); to apply to MatRingElem work with underlying matrix#2325Conversation
is_square(::MatRingElem)
|
One of the first breakages is in |
|
I'm puzzled about the state of this PR: there seem to be many modifications which I certainly did not make. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2325 +/- ##
==========================================
- Coverage 88.15% 88.03% -0.12%
==========================================
Files 126 126
Lines 32093 32139 +46
==========================================
+ Hits 28290 28295 +5
- Misses 3803 3844 +41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
…le, is_nilpotent, hessenberg, is_hessenberg, charpoly
af4392c to
3132110
Compare
is_square(::MatRingElem)is_square(::MatRingElem); to apply to MatRingElem work with underlying matrix
|
QUESTION
The first two groups probably make sense; I am less convinced about the last two groups. I did also introduce a (buggy?) version of |
Removed unintended change
Undo unintended edit
…ott/AbstractAlgebra.jl into JAA/remove-issquare-MatRingElem
| # | ||
| ################################################################################ | ||
|
|
||
| is_square(a::MatRingElem) = true # FIXME: remove this once we untangled MatRingElem and MatrixElement etc. |
There was a problem hiding this comment.
If I see correctly, this line is the only breaking part of the PR. Thus, IMO, it would make sense to split this PR into two as the rest of it can be merged right now
Removed
is_square(::MatRingElemto see what breaks.