andreasvarga / MatrixEquations.jl

Solution of Lyapunov, Sylvester and Riccati matrix equations using Julia
MIT License
79 stars 8 forks source link

Keep type information, introduce new types #16

Closed dkarrasch closed 2 years ago

dkarrasch commented 3 years ago

This keeps Adjoint type information in the type domain for the LyapunovMatrixEquationsMaps, and introduces types for Discrete and Continuous Lyapunov/Sylvester maps.

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (37b2371) into master (a479eb0) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 37b2371 differs from pull request most recent head 14cc3c9. Consider uploading reports for the commit 14cc3c9 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files           9        9           
  Lines        4566     4650   +84     
=======================================
+ Hits         4562     4646   +84     
  Misses          4        4           
Impacted Files Coverage Δ
src/meoperators.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a479eb0...14cc3c9. Read the comment docs.