Skip to content

ronborneo/Sparse-Matrix-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Sparse-Matrix-Calculator

Simple Addition and Multiplication with sparse matrices.

To Run:

Clone/download the repository locally

Through the terminal, compile the program with the following command: g++ -std=c++11 *.cpp -o main

Go in the test cases folder and bring them out to the main directory: mv * ..

To execute: ./main A=<.txt file for matrix A> B=<.txt file for matrix B> Recursive=<Y/N> Storage=<LinkedList/ArrayList>

About

Simple Addition and Multiplication with sparse matrices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors