multiply

fun multiply(b: Matrix, res: Matrix)

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)

Since

1.0

Parameters

b

a #graphene_matrix_t

res

return location for the matrix result