DynareJulia / FastLapackInterface.jl

MIT License
32 stars 9 forks source link

Updates and fix to geqp3! With Complex numbers #28

Closed louisponet closed 2 years ago

louisponet commented 2 years ago

This PR fixes Complex numbers with geqp3! see end of #18.

There was one view and allocations related to chksquare on multiple arguments.

Best, Louis

codecov-commenter commented 2 years ago

Codecov Report

Merging #28 (15ea70f) into main (9da48bd) will increase coverage by 1.83%. The diff coverage is 96.52%.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   91.88%   93.71%   +1.83%     
==========================================
  Files           8        8              
  Lines         542      557      +15     
==========================================
+ Hits          498      522      +24     
+ Misses         44       35       -9     
Impacted Files Coverage Δ
src/exceptions.jl 33.33% <50.00%> (+33.33%) :arrow_up:
src/cholesky.jl 95.65% <85.71%> (+0.41%) :arrow_up:
src/lu.jl 97.05% <94.11%> (+2.32%) :arrow_up:
src/qr.jl 94.69% <97.22%> (+2.76%) :arrow_up:
src/eigen.jl 93.26% <97.95%> (-0.61%) :arrow_down:
src/bunch_kaufman.jl 93.33% <100.00%> (+4.04%) :arrow_up:
src/schur.jl 94.89% <100.00%> (+6.72%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.