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

Bump Documenter version to v1+ #215

Closed dkarrasch closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (82a6a82) 99.68% compared to head (cfad1ab) 99.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #215 +/- ## ======================================= Coverage 99.68% 99.68% ======================================= Files 22 22 Lines 1591 1591 ======================================= Hits 1586 1586 Misses 5 5 ``` | [Files](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra) | Coverage Δ | | |---|---|---| | [src/LinearMaps.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL0xpbmVhck1hcHMuamw=) | `100.00% <ø> (ø)` | | | [src/blockmap.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2Jsb2NrbWFwLmps) | `100.00% <ø> (ø)` | | | [src/kronecker.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2tyb25lY2tlci5qbA==) | `100.00% <ø> (ø)` | | | [src/left.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/215?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2xlZnQuamw=) | `100.00% <ø> (ø)` | |

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