Skip to content

Commit 533968a

Browse files
committed
A few important points about matrix multiplication:
- For two matrices to be multiplied, the number of columns in the first matrix must equal the number of rows in the second matrix - If matrix A is of size m × n and matrix B is of size n × p, then the resulting matrix will be of size m × p - The time complexity of this implementation is O(n³) Signed-off-by: Somesh diwan <[email protected]>
1 parent d243eb2 commit 533968a

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed

0 commit comments

Comments
 (0)