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

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.

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.