I need to multiplicate two matrix, but it is not the classic multiplication, instead, it is a entry by entry multiplication, as show in the next image. It is very important to know that all matrix dimensions are nxm (always), it is generic because the imput matrixs are generate by a dynamic process, the dimensions are not always same, then I need a generic and dymanic process to solve that issue.
