hprod#
- MatrixOperations.hprod(a='', b='', c='', **kwargs)#
Performs a Hadamard vector product (C = A∘B).
Mechanical APDL Command: *HPROD
- Parameters:
Notes
For two vectors
A
andB
of the same dimensionn
, the Hadamard product (A∘B) is a vector of the same dimension as the operands, with elements given by:\[equation not available\]This command is limited to vector operands.