You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods for dividing triangular by diagonal matrices. (#27999)
* Add methods for dividing triangular by diagonal matrices.
Fixes #27989.
* Simplified tests.
suggested by @fredrikekre
* Test for element types instead, fix bug.
For broadcasting, tranpose should be used instead of adjoint.
* Matrix diagonal division through ldiv!/rdiv!.
Removed previous direct implementations for upper/lower triangular,
added ldiv!/rdiv! methods.
Use reshape instead of transpose.
* Fix ldiv! to \, use permutedims, restrict signature.
0 commit comments