Revision 5f191519e57c722c91d5f052d631da3c1cae1726 authored by Tamas K. Papp on 12 July 2018, 07:40:40 UTC, committed by Andreas Noack on 12 July 2018, 07:40:40 UTC
* 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.
1 parent e2de8c3
History
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.2 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.8 KB
CONTRIBUTING.md -rw-r--r-- 20.5 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 36.0 KB
Makefile -rw-r--r-- 28.2 KB
NEWS.md -rw-r--r-- 88.1 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.4 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 11 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.6 KB

README.md

back to top