Implementation of a template class Matrix that includes a method for computing determinant using Bareiss and Gauss algorithms.
git clone https://github.com/Aliyaminim/Matrix.git
cd Matrix
cmake -S ./ -B build/
cd build/
cmake --build ../maind < [file]cd ../test
bash testing.sh