Package: graphene
Function graphene:matrix-multiply
Lambda Listgraphene:matrix-multiply (a b result) Argumentsa -- a graphene:matrix-t instance b -- a graphene:matrix-t instance result -- a graphene:matrix-t instance Return ValueThe 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 |
#2025-4-6