Multiply (convolve) one matrix with another.
The arguments mat_src1 cannot be the same as mat_dest, and mat_src2 cannot be the same as
mat_dest.
| mat_src1 |
the matrix source |
| mat_src2 |
the other matrix source |
| mat_dest |
the destination |