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

Split Quaternion.jl and Octonion.jl #192

Closed dkarrasch closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.58% // Head: 99.47% // Decreases project coverage by -0.12% :warning:

Coverage data is based on head (a3ce7fb) compared to base (bd10c6c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #192 +/- ## ========================================== - Coverage 99.58% 99.47% -0.12% ========================================== Files 18 19 +1 Lines 1460 1526 +66 ========================================== + Hits 1454 1518 +64 - Misses 6 8 +2 ``` | [Impacted Files](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/192?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://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/192?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL0xpbmVhck1hcHMuamw=) | `100.00% <0.00%> (ø)` | | | [src/chainrules.jl](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/192?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2NoYWlucnVsZXMuamw=) | `100.00% <0.00%> (ø)` | | | [src/khatrirao.jl](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/192?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2toYXRyaXJhby5qbA==) | `96.72% <0.00%> (ø)` | | | [src/kronecker.jl](https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/192?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2tyb25lY2tlci5qbA==) | `98.84% <0.00%> (+0.03%)` | :arrow_up: | 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.