mat33_matrix_multiply


Description:


public void mat33_matrix_multiply (Mat3x3 mat_src1, Mat3x3 mat_src2, Mat3x3 mat_dest)

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