# matrix-multiplication **Repository Path**: mirrors_svenanders/matrix-multiplication ## Basic Information - **Project Name**: matrix-multiplication - **Description**: Some scripts in Python, Java and C++ for matrix multiplication. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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