-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making Bi/Tri/Sym times Diag output a structured matrix (not sparse) (#…
…31889) * 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 #31889 is merged. * remove transpose
- Loading branch information
1 parent
e6379da
commit a060344
Showing
2 changed files
with
98 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters