Package: graphene
Function graphene:matrix-multiply
Lambda Listgraphene:matrix-multiply (a b result) ArgumentsReturn 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 |
#2024-12-30