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 typos #220

Closed spaette closed 11 months ago

spaette commented 11 months ago

docs/src/custom.jl docs/src/history.md docs/src/types.md src/LinearMaps.jl src/khatrirao.jl src/trace.jl

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (e29a810) 99.68% compared to head (f8d2edd) 99.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #220 +/- ## ======================================= 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/220?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/220?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/khatrirao.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL2toYXRyaXJhby5qbA==) | `96.72% <ø> (ø)` | | | [src/trace.jl](https://app.codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/pull/220?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra#diff-c3JjL3RyYWNlLmps) | `100.00% <ø> (ø)` | |

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

dkarrasch commented 11 months ago

Awesome, thank you!