Skip to content
Snippets Groups Projects

IsDenseMatrix for transposed matrix-view

Merged Simon Praetorius requested to merge feature/is-dense-matrix into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • Simon Praetorius enabled an automatic merge when all merge checks for 9c72e72a pass

    enabled an automatic merge when all merge checks for 9c72e72a pass

  • Simon Praetorius resolved all threads

    resolved all threads

  • Carsten Gräser approved this merge request

    approved this merge request

  • mentioned in commit 821436b6

  • Please register or sign in to reply
    Loading