Newton's Method in Three Precisions

07/29/2023
by   C. T. Kelley, et al.
0

We describe a three precision variant of Newton's method for nonlinear equations. We evaluate the nonlinear residual in double precision, store the Jacobian matrix in single precision, and solve the equation for the Newton step with iterative refinement with a factorization in half precision. We analyze the method as an inexact Newton method. This analysis shows that, except for very poorly conditioned Jacobians, the number of nonlinear iterations needed is the same that one would get if one stored and factored the Jacobian in double precision. In many ill-conditioned cases one can use the low precision factorization as a preconditioner for a GMRES iteration. That approach can recover fast convergence of the nonlinear iteration. We present an example to illustrate the results.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/09/2022

Global monotone convergence of Newton-like iteration for a nonlinear eigen-problem

The nonlinear eigen-problem Ax+F(x)=λ x is studied where A is an n× n ir...
research
07/24/2023

Robust iterative method for symmetric quantum signal processing in all parameter regimes

This paper addresses the problem of solving nonlinear systems in the con...
research
03/21/2022

Iterative Refinement of Schur decompositions

The Schur decomposition of a square matrix A is an important intermediat...
research
03/28/2022

Acceleration of multiple precision solver for ill-conditioned algebraic equations with lower precision eigensolver

There are some types of ill-conditioned algebraic equations that have di...
research
05/14/2014

Newton-Type Iterative Solver for Multiple View L2 Triangulation

In this note, we show that the L2 optimal solutions to most real multipl...
research
05/02/2016

Munchausen Iteration

We present a method for solving polynomial equations over idempotent ome...
research
11/01/2021

Fast Newton Iterative Method for Local Steric Poisson–Boltzmann Theories in Biomolecular Solvation

This work proposes a fast iterative method for local steric Poisson–Bolt...

Please sign up or login with your details

Forgot password? Click here to reset