matrixCompMult — perform a component-wise multiplication of two matrices
mat matrixCompMult( | mat x, |
mat y); |
matrixCompMult performs a component-wise multiplication of two
matrices, yielding a result matrix where each component, result[i][j] is
computed as the scalar product of and
x[i][j].
y[i][j]