Skip to content

Add getproperty for Schur to extract Schur factor #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Conversation

andreasnoack
Copy link
Member

Fixes #48

@codecov-io
Copy link

codecov-io commented Apr 12, 2019

Codecov Report

Merging #50 into master will decrease coverage by 19.82%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #50       +/-   ##
===========================================
- Coverage   72.77%   52.94%   -19.83%     
===========================================
  Files          10       10               
  Lines        1381     1407       +26     
===========================================
- Hits         1005      745      -260     
- Misses        376      662      +286
Impacted Files Coverage Δ
src/eigenGeneral.jl 51.2% <100%> (-27.68%) ⬇️
src/householder.jl 37.34% <0%> (-44.93%) ⬇️
src/cholesky.jl 67.64% <0%> (-32.36%) ⬇️
src/qr.jl 71.15% <0%> (-26.89%) ⬇️
src/tridiag.jl 53.84% <0%> (-23.08%) ⬇️
src/lapack.jl 28.04% <0%> (-22.77%) ⬇️
src/svd.jl 59.67% <0%> (-16.04%) ⬇️
src/eigenSelfAdjoint.jl 72.29% <0%> (-14.09%) ⬇️
src/rectfullpacked.jl 76.38% <0%> (-9.73%) ⬇️
... and 1 more

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 ccb13bc...c185f8e. Read the comment docs.

@andreasnoack andreasnoack merged commit 31d2d80 into master Apr 12, 2019
@andreasnoack andreasnoack deleted the an/schurT branch April 12, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR: type Shur has no field T
2 participants