Package numal.highprecision.test

Class Summary
Test_marquardt Determine the parameters p[1], p[2], p[3] of the best fit of the function g(x[i],p)=p[1]+p[2]*exp(p[3]*x[i]) to data readings y[]={127.0, 151.0, 379.0, 421.0, 460.0, 426.0} where x[]={-5, -3, -1, 1, 3, 5}.
Test_qrisngvaldec Compute the singular value decomposition of the 6x5 matrix A for which a[i][j]=1/*(i+j-1).