mat33_matrix_multiply
Description:
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
.
Parameters:
mat_src1 |
the matrix source |
mat_src2 |
the other matrix source |
mat_dest |
the destination |
Namespace: Cd
Package: colord