This project loads two sparse matrices, performs addition, subtraction, and multiplication, and saves the results.
Just run the main.py file. It automatically:
- Loads the input matrices from
sample_input/ - Performs the operations
- Saves the results in
sample_results/
sample_results/addition_result.txtsample_results/subtraction_result.txtsample_results/multiplication_result.txt