Closed hey-money closed 1 year ago
Do we only need to implement a program to do matrix multiplication of square matrices with same shapes? In other words, are the values of M, N and K equal?
M
N
K
You should support any size of matrix as long as the multiplication is legal. Therefore, M, N, K may be not equal.
Do we only need to implement a program to do matrix multiplication of square matrices with same shapes? In other words, are the values of
M
,N
andK
equal?