Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix

Implementation of a template class Matrix that includes a method for computing determinant using Bareiss and Gauss algorithms.

How to build

git clone https://github.com/Aliyaminim/Matrix.git
cd Matrix
cmake -S ./ -B build/
cd build/
cmake --build .

How to run the program

./maind < [file]

How to test the program

cd ../test
bash testing.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages