Back to Linear Algebra (Eigen)
eigen.dense.elementMul
Element-wise multiplication: C = A .* B
Syntax
eigen.dense.elementMul(A, B)
Description
Element-wise multiplication: C = A .* B
Parameters
| Name | Description |
|---|---|
| A | - First matrix |
| B | - Second matrix (must have same dimensions as A) |
Returns
MatrixHandle