Skip to content

Commit

Permalink
[NF] add scalar product to reduction (OpenModelica#12562)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabdelhak committed Jun 12, 2024
1 parent 141ca09 commit 332c34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMCompiler/Compiler/NFFrontEnd/NFOperator.mo
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ public
case Op.MUL_MATRIX_VECTOR then true;
case Op.MUL_VECTOR_MATRIX then true;
case Op.MATRIX_PRODUCT then true;
case Op.SCALAR_PRODUCT then true;
else false;
end match;
end reduction;
Expand Down

0 comments on commit 332c34d

Please sign in to comment.