Matrix.multiply

void multiply(graphene.matrix.Matrix b, out graphene.matrix.Matrix res) nothrow

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)

Parameters

ba #graphene_matrix_t
resreturn location for the matrix result