Something went wrong while setting issue due date.
Misaligned output of spmCheckAxb (F90 api)
Since the last merge, the output columns of spmCheckAxb
called from within the F90 wrapper are mangled.
Here an example (hoping that Gitlab preserve the formatting. The Preview does)
|| A ||_1 5.350000e+01
max(|| b_i ||_oo) 1.816403e+01
max(|| x_i ||_oo) 5.000000e-01
|| b_0 - A x_0 ||_1 3.644748e-12
|| b_0 - A x_0 ||_1 / (||A||_1 * ||x_0||_oo * eps) 2.770336e+02 (FAILED)
|| b_1 - A x_1 ||_1 3.276452e-12
|| b_1 - A x_1 ||_1 / (||A||_1 * ||x_1||_oo * eps) 2.470496e+02 (FAILED)
max(|| b_i - A x_i ||_1) 3.644748e-12
max(|| b_i - A x_i ||_1 / (||A||_1 * ||x_i||_oo * eps)) 2.770336e+02 (FAILED)
|| x0_0 ||_oo 3.086420e-14
|| x0_0 - x_0 ||_oo / (||x0_0||_oo * eps) 6.172840e+04 (FAILED)
|| x0_1 ||_oo 2.273182e-14
|| x0_1 - x_1 ||_oo / (||x0_1||_oo * eps) 4.559548e+04 (FAILED)
max(|| x0_i ||_oo) 5.000000e-01
max(|| x0_i - x_i ||_oo) 3.086420e-14
max(|| x0_i - x_i ||_oo / || x0_i ||_oo) 6.172840e+04 (FAILED)