Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
155 stars 60 forks source link

Add base_ring_type for MatrixElem; fix it for MatSpace #1705

Closed fingolfin closed 1 month ago

fingolfin commented 1 month ago

This is a useful "inverse" for dense_matrix_type.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.28%. Comparing base (964e8c9) to head (5fa8233).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1705 +/- ## ======================================= Coverage 87.27% 87.28% ======================================= Files 116 116 Lines 29721 29722 +1 ======================================= + Hits 25940 25942 +2 + Misses 3781 3780 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.