All Projects → MartinThoma → Matrix Multiplication

MartinThoma / Matrix Multiplication

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

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].