Matrix Multiplication - Normal Function to an Optimised Code
Introduction
If you had read my previous articles on matrix operations, by now you would have already know what a matrix is. Yes, a matrix is a 2D representation of an array with M rows and N columns. The shape of the matrix is generally referred to ...
msameeruddin.hashnode.dev6 min read