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

Documentation Update #209

Closed RoyiAvital closed 1 year ago

RoyiAvital commented 1 year ago

Some additions to documentation based on a discussion on Slack.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b6b1044) 99.67% compared to head (d74ac09) 99.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ======================================= Coverage 99.67% 99.67% ======================================= Files 21 21 Lines 1540 1540 ======================================= Hits 1535 1535 Misses 5 5 ```

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

dkarrasch commented 1 year ago

@JeffFessler We are trying to improve the docs, and I'd love to have some native speaker and power user take a look. Would you be able to help here, please?

dkarrasch commented 1 year ago

I'll merge now and then we can take it from there.