14 September 2016 09:16:40 AM TEST_LLS_PRB C++ version Test the TEST_LLS library. This test also requires the R8LIB library. TEST01 Get each least squares test and compute the maximum residual. The L2 norm of the residual MUST be no greater than the L2 norm of the right hand side, else 0 is a better solution. Number of problems = 6 Index M N ||B|| ||X|| ||R|| 1 5 3 6.20484 5.46115 1.07544 2 6 3 537.569 194.819 5.22193 3 5 3 40.3733 10.844 5.47723e-07 4 3 5 232.11 7.4162 0 5 10 10 1 1.53439e+07 1.50702e-10 6 10 10 1 1 4.82481e-16 TEST_LLS_PRB Normal end of execution. 14 September 2016 09:16:40 AM