JuliaLinearAlgebra / LinearMaps.jl

A Julia package for defining and working with linear maps, also known as linear transformations or linear operators acting on vectors. The only requirement for a LinearMap is that it can act on a vector (by multiplication) efficiently.
Other
303 stars 42 forks source link

Fix MulStyle of CompositeMaps #200

Closed dkarrasch closed 1 year ago

dkarrasch commented 1 year ago

Fixes #193.

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.41% // Head: 98.95% // Decreases project coverage by -0.46% :warning:

Coverage data is based on head (9fc8ed1) compared to base (bc62f53). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #200 +/- ## ========================================== - Coverage 99.41% 98.95% -0.46% ========================================== Files 19 19 Lines 1534 1535 +1 ========================================== - Hits 1525 1519 -6 - Misses 9 16 +7 ``` | [Impacted Files](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra) | Coverage Δ | | |---|---|---| | [src/composition.jl](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2NvbXBvc2l0aW9uLmps) | `94.53% <100.00%> (-5.47%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.