https://github.com/bernays/matmult_p
https://github.com/bernays/matmult_p
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernays/matmult_p
- Owner: bernays
- Created: 2014-04-07T23:05:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T00:35:59.000Z (over 12 years ago)
- Last Synced: 2025-01-24T10:47:04.574Z (over 1 year ago)
- Language: C
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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