palDmxm

Product of two 3x3 matrices

Description:

Product of two 3x3 matrices.

Invocation

palDmxm( double a[3][3], double b[3][3], double c[3][3] );

Arguments

a = double [3][3] (Given)
Matrix
b = double [3][3] (Given)
Matrix
c = double [3][3] (Returned)
Matrix result

Notes: