programme
least_sq.c contains the main function.
プログラムの中で下記の例のδの値を変えるには、least_sq.hのDELTAの値を変えてください。逆行列の計算には、LU分解を使っています。
To change the value of δ, please change the value of DELTA in least_sq.h. The LU decomposition is used to calculate the inverse matrix.