mohamed82008 / DifferentiableFactorizations.jl

Differentiable matrix factorizations using ImplicitDifferentiation.jl.
MIT License
30 stars 1 forks source link

add ordschur! #8

Open thorek1 opened 1 year ago

thorek1 commented 1 year ago

Hi,

now that schur is implemented it would be helpful to implement ordschur(!) as well

My starting point would be this.

mohamed82008 commented 1 year ago

Thanks for opening the issue and the reference. I won't have time to work on this for a while. Would be nice for you to take a crack at this using schur as a reference.