“…Replacing the direct triangular solves of the correction equation with an iterative method, as suggested in [4] in a mixed precision context, leads to "nesting" of two iterative methods, which in general are called "inner-outer" iterations, the latter having been studied both theoretically and computationally [9], [21], [23], including in mixed-precision computation scenarios [2]. Recently, Carson and Higham [4], [5] analyzed the convergence property of a three precision iterative refinement scheme (factorization precision, working precision, residual precision) and concluded that if the condition number of A is not too large, κ ∞ (A) = A ∞ A −1 ∞ < 10 4 , then using FP16 for the O(n 3 ) portion (the LU factorization) and (FP32, FP64) or (FP64, FP128) as the (working, residual) precision for the O(n 2 ) portion (refinement loop), one can expect to achieve forward error and backward error on the order of 10 −8 and 10 −16 respectively. We note that, ifx is the solution of Ax = b the forward error is defined by x − x ∞ / x ∞ and the backward error is defined by r 2 / A 2 x 2 where r = b−Ax.…”