Gao
for a quick demo, compile test.cpp with
c++ test.cpp -lgtest
To add more tests to test_matrix.txt, format the test as:
name of test
(optional custom error tolerance) tolerance + 'E'
number of rows/cols
matrix A
vector x transposed
vector b transposed
Edited by haogao