Skip to content

anubhavrawal/matrix-multiplication

 
 

Repository files navigation

Matrix multiplication

Some scripts in Python, Java and C++ for matrix multiplication.

Read this blogpost for some explanations: http://martin-thoma.com/matrix-multiplication-python-java-cpp/

How you can test the programs

I have created a Bash-Script for testing. You can use it like this:

$ ./test.sh -i Testing/100.in -p "./C++/strassen.out" -n 100

Or

$ ./test.sh -i Testing/100.in -p "python Python/simple-ikj-multiplication.py" -n 100

About

Some scripts in Python, Java and C++ for matrix multiplication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.1%
  • C++ 29.2%
  • Java 23.4%
  • TeX 3.8%
  • Makefile 3.1%
  • Shell 1.4%