Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 205 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 205 Bytes

polynomial-fit

use generator to generate random test data

  • g++ random_data_gen.cpp -o test.out
  • ./test.out > data

compile main.cpp and run on test data

  • g++ main.cpp -o main.out
  • ./main.out < data