hi all...plzz..hel p me to solve this Q.
write a multithreading program to multiply ttwo matrices M and N.
The two matrices may have differnrt size.
M is (r*w) and N is(w*z)
The result is a r*z Matrix.
You need to compute the result matrix elements concurrently.
write a multithreading program to multiply ttwo matrices M and N.
The two matrices may have differnrt size.
M is (r*w) and N is(w*z)
The result is a r*z Matrix.
You need to compute the result matrix elements concurrently.
Comment