Skip to content

Commit

Permalink
DOCS: mention Hadamard product
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Apr 15, 2024
1 parent 8d64998 commit 28da8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rocketpy/mathutils/vector_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ def __xor__(self, other):
)

def __and__(self, other):
"""Element wise multiplication between two R3 vectors.
"""Element wise multiplication between two R3 vectors. Also known as
Hadamard product.
Parameters
----------
Expand Down

0 comments on commit 28da8f3

Please sign in to comment.