Charles Explorer logo
🇬🇧

Solving Total Least Squares Problems Using Mixed Precision

Publication at Faculty of Mathematics and Physics |
2023

Abstract

With the recent emergence of mixed precision hardware, there has been a renewed interest in its use for solving numerical linear algebra problems fast and accurately. The solution of total least squares problems, i.e., solving min_E,f‖[E,f]‖_F subject to (A+E)x=b+f, arises in numerous application areas.

This requires finding the smallest singular value and corresponding right singular vector of [A,b] , which is challenging when A is large and sparse. An efficient algorithm for this case due to Björck et al. is based on Rayleigh quotient iteration coupled with conjugate gradient preconditioned via Cholesky factors.

In this talk, we present a mixed precision variant of this algorithm and several numerical experiments.