Description: This program is designed to perform matrix matrix multiplication
A x B = C, where A is an lxm matrix, B is a m x n matrix and
C is a l x n matrix. The program is designed to be a template
serial program that can be expanded into a parallel multiprocess
and/or a multi-threaded program.
To Search:
File list (Check if you may need any files):
templates.tar