Skip to content
Snippets Groups Projects

Provide access function for vectors and matrices

Merged Praetorius, Simon requested to merge feature/access into master
All threads resolved!

For a general access of matrices and vectors, using various bracket types, the MR introduces the function access(vector, i) and access(matrix, i,j) that redirects to the specific implementation. Additionally Concepts are added to test whether an object can be accessed like a vector or matrix.

Edited by Praetorius, Simon

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Praetorius, SimonPraetorius, Simon 5 years ago (May 3, 2019 11:00pm UTC)

Merge details

  • Changes merged into with 1bf3b619.
  • Deleted the source branch.

Activity

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

    • 812b585c - improved documentation and add header files to CMakeLists.txt

    Compare with previous version

  • Praetorius, Simon resolved all discussions

    resolved all discussions

  • Praetorius, Simon added 18 commits

    added 18 commits

    • 812b585c...3fec45ce - 13 commits from branch master
    • be9c1a42 - add functionality to access vector and matrix components
    • 1a88fb4a - add hybrid size and num_rows/num_cols for vectors and matrices
    • 27c9ec6b - Implemented tests for HybridSize and Access
    • c5c62221 - improved documentation and add header files to CMakeLists.txt
    • 22076b82 - use new environment class

    Compare with previous version

  • Praetorius, Simon enabled an automatic merge when the pipeline for 22076b82 succeeds

    enabled an automatic merge when the pipeline for 22076b82 succeeds

  • mentioned in commit 1bf3b619

  • Please register or sign in to reply
    Loading