https://github.com/JuliaLang/julia
Revision a0603442129ca41b992887274e127002b5c66dba authored by Marco on 06 July 2019, 05:54:05 UTC, committed by Andreas Noack on 06 July 2019, 05:54:05 UTC
* making Bi/Tri/Sym times Diag output a structured matrix (not sparse)

* fix test errors/typos

* adding diag*bi/tri/sym and removing unused union

* add mul!(C,::BiTriSym, ::*Diagonal)

* fixing ambiguious methods and adjoint/transpose

* space

* test error

changing `transpose`/`adjoint` to `Transpose`/`Adjoint`

This will fail until https://github.com/JuliaLang/julia/pull/31889 is merged.

* remove transpose
1 parent e6379da
History
Tip revision: a0603442129ca41b992887274e127002b5c66dba authored by Marco on 06 July 2019, 05:54:05 UTC
making Bi/Tri/Sym times Diag output a structured matrix (not sparse) (#31889)
Tip revision: a060344
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 40.0 KB
Makefile -rw-r--r-- 28.1 KB
NEWS.md -rw-r--r-- 3.6 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top