Package: graphene

Function graphene:matrix-multiply

Lambda List

graphene:matrix-multiply (a b result)

Arguments

a -- a graphene:matrix-t instance
b -- a graphene:matrix-t instance
result -- a graphene:matrix-t instance

Return Value

The graphene:matrix-t instance with the matrix result.

Details

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

See also

#2024-12-30