JuliaArrays / FillArrays.jl

Julia package for lazily representing matrices filled with a single entry
https://juliaarrays.github.io/FillArrays.jl/
MIT License
181 stars 38 forks source link

Use isreal instead of iszero-isimag in ishermitian #376

Closed jishnub closed 2 months ago

jishnub commented 2 months ago

The current implementation seems a bit roundabout, and we may directly use isreal here.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.90%. Comparing base (9868632) to head (8d5a012).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #376 +/- ## ======================================= Coverage 99.90% 99.90% ======================================= Files 8 8 Lines 1110 1110 ======================================= Hits 1109 1109 Misses 1 1 ```

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