Matrix.multiply

Multiplies two #graphene_matrix_t.

Matrix multiplication is not commutative in general; the order of the factors matters. The product of this multiplication is (a × b)

class Matrix
void
multiply

Parameters

b graphene.matrix.Matrix

a #graphene_matrix_t

res graphene.matrix.Matrix

return location for the matrix result