Skip to content

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

Notifications You must be signed in to change notification settings

kronos29296/matrix-multiplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • C++ 35.8%
  • Java 28.7%
  • Python 26.6%
  • TeX 4.6%
  • Makefile 2.6%
  • Shell 1.7%