https://github.com/juliusmarkwei/matrix-multiplication
Multiplies n-by-n by definition-based algorithm.
https://github.com/juliusmarkwei/matrix-multiplication
Last synced: 11 months ago
JSON representation
Multiplies n-by-n by definition-based algorithm.
- Host: GitHub
- URL: https://github.com/juliusmarkwei/matrix-multiplication
- Owner: juliusmarkwei
- Created: 2022-08-31T14:00:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T14:00:55.000Z (over 3 years ago)
- Last Synced: 2025-01-01T18:34:29.262Z (about 1 year ago)
- Language: C++
- Size: 671 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Matrix Multiplication
Multiplies n-by-n by definition-based algorithm. It takes Two n-by-n matices A and B
and outputs matrix C = A*B.