Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !470

Implement operator*(scalar, matrix) for Matrix2 and Matrix3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge operator-multiplication-scalar-matrix into master Jul 01, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 4

As remarked by @palmerb4 in #151 (closed), the operator*(scalar, matrix) for Matrix2 and Matrix3 is currently commented. According to the test for Matrix3, this was done to prevent compilation errors when multiplying two objects of Matrix3 or Matrix2, respectively.

On the basis of by @palmerb4's suggestion in #151 (closed), this merge request provides a new implementation of the operator*(scalar, matrix) that does not result in the above mentioned errors.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: operator-multiplication-scalar-matrix