Matrix multiplication using C++ and OpenMP

Job ID: 32132481

Budget: $10 – $30 USD

I am practicing using OpenMP and wish to create a matrix multiplication lambda expression, that accepts an integer size parameter (matrix size is defined as 2^size) and performs matrix multiplication using for loops and OpenMP. I want to measure the computation time of matrix multiplication (A(m * l) * B(l*n)) with the result saved to C(m*n)), then compare the elapsed time without applying OpenMP.