#include "alg.hh"
#include "terminator.hh"
#include "linop.hh"
#include "table.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVLUmin |
Classes | |
class | RVLUmin::LSQRStep< Scalar > |
Single step of LSQR iteration for solution of the normal equations, per Paige & Saunders, ACM TOMS v. More... | |
class | RVLUmin::LSQRAlg< Scalar > |
This is Algorithm LSQR as stated in Paige and Saunders, ACM TOMS vol. More... | |
class | RVLUmin::LSQRPolicyData< Scalar > |
data class for LSQR policy More... | |
class | RVLUmin::LSQRPolicy< Scalar > |
policy class for creation of LSQRAlg in trust region solver and any other algorithm needing a least squares solver component - build method creates LSQRAlg with these attributes: More... |