1. What contributions have the authors mentioned in the paper "A regularized interior-point method for constrained linear least squares" ?
The authors propose an infeasible interior-point algorithm for constrained linear least-squares problems based on the primal-dual regularization of convex programs of Friedlander and Orban ( 2012 ).. The authors report on computational experience and illustrate the potential advantages of their approach.
read more
2. What is the way to solve a linear least squares problem?
Linear least-squares problems can also be solved using iterative methods that generally fall into the category of Krylov methods Bjorck (1996).
read more
3. What is the LDLT factorization of a symmetric and quasi-definite matrix?
37Gill et al. (1996) show that the LDLT factorization of a symmetric and quasi-definite matrix becomes increasingly unstable if either diagonal block approaches singularity or if an off-diagonal block becomes large.
read more
4. what is the simplest way to solve a linear least squares problem?
Although the implementation described here is factorization based, it paves the way for a matrix-free implementation in which a regularized unconstrained linear least-squares problem is solved at each iteration.
read more





