Standard matrix multiplication with parallel processing Strassen's algorithm for large matrices Automatic optimization between standard and Strassen's algorithm Support for matrices of any size ...
Click the "Multiply" button to perform the multiplication. strassen_algorithm_gui/ │ ├── README.md ├── requirements.txt ├── user_manual.txt ├── main.py ├── data_processing.py ├── visualization.py ├── ...