An open API service indexing awesome lists of open source software.

https://github.com/bernays/matmult_p


https://github.com/bernays/matmult_p

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

When reading in a matrix matmult_p and matmult_t both perform the following error checks on the input matrix:
Check that 2 matrixes exist
Check for a jagged matrix
Check that the dimensions are correct to multiply

To run (spaces in command line are important):

$ ./matmult_p < matrix.c | ./matformatter