Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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

Merged
Created Jul 01, 2021 by Christoph Schwarzmeier@schwarzmeierOwner

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

  • 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
Reviewer
Request review from
Time tracking
Source branch: operator-multiplication-scalar-matrix