IsDenseMatrix for transposed matrix-view
All threads resolved!
All threads resolved!
Summary
This MR adds operator[i][j]
access to TransposedMatrixView
that swaps the indices when accessing the wrapped matrix. Additionally it provides size information .N()
and .M()
again with swapped information from the underlying wrapped matrix. The element access is only implemented if the wrapped matrix is dense. The traits that classifies a dense matrix is better documented such that also the TransposedMatrixView
can be seen as a dense matrix if the underlying wrapped matrix is dense.
Merge request reports
Activity
added feature label
requested review from @carsten.graeser
assigned to @simon.praetorius
mentioned in merge request !1479 (merged)
- Resolved by Simon Praetorius
@carsten.graeser Any thoughts on this MR?
- Resolved by Simon Praetorius
enabled an automatic merge when all merge checks for 9c72e72a pass
mentioned in commit 821436b6
Please register or sign in to reply