-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiplication specialization for RectDiagonal and DiagonalFill #405
base: master
Are you sure you want to change the base?
multiplication specialization for RectDiagonal and DiagonalFill #405
Conversation
…FillArrays.jl into rectdiagonal_multiplication
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #405 +/- ##
==========================================
- Coverage 99.48% 99.38% -0.11%
==========================================
Files 8 8
Lines 1157 1293 +136
==========================================
+ Hits 1151 1285 +134
- Misses 6 8 +2 ☔ View full report in Codecov by Sentry. |
There are two possible solutions for resolving the failed integration tests:
Tell me if any of these options is preferred, and I will make the changes. Besides, the pull request is now ready for review. Please let me know if any of the code is confusing or requires modification. |
This PR implements the multiplication specialization for
RectDiagonal
andDiagonalFill
in accordance to the following table.It also implements the scalar multiplication of
RectDiagonal
mentioned in #107.Incidentally, it implements some other related operations including:
Transpose
andAdjoint
ofRectDiagonal
vec * adjoint(vec)
andvec * transpose(vec)
forAbstractFillVector
OneElementMatrix
andDiagonalFill