Add dispatch for LinearAlgebra.dot for Symmetric and Hermitian matrices#248
Add dispatch for LinearAlgebra.dot for Symmetric and Hermitian matrices#248
Conversation
Co-authored-by: araujoms <maltusan@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #248 +/- ##
==========================================
- Coverage 90.76% 90.75% -0.02%
==========================================
Files 23 23
Lines 2122 2119 -3
==========================================
- Hits 1926 1923 -3
Misses 196 196 ☔ View full report in Codecov by Sentry. |
|
I hope I'm not abusing your goodwill, but could you explain why you changed It would be necessary if |
|
It's really just a personal preference thing. I like that |
|
Ok, thanks for the answer. I was just curious because in LinearAlgebra they defined A as |
Closes #234
Closes #236
I've added @araujoms as a co-author to this commit.