assign(atype _rtol, atype _nrtol, atype _Delta, int _maxcount, bool _verbose) | RVLUmin::LSQRPolicy< Scalar > | |
assign(Table const &t) | RVLUmin::LSQRPolicy< Scalar > | |
assign(LSQRPolicyData< Scalar > const &s) | RVLUmin::LSQRPolicy< Scalar > | |
build(Vector< Scalar > &x, LinearOp< Scalar > const &A, Vector< Scalar > const &d, atype &rnorm, atype &nrnorm, ostream &str) const | RVLUmin::LSQRPolicy< Scalar > | |
Delta | RVLUmin::LSQRPolicy< Scalar > | [mutable] |
LSQRPolicy(atype _rtol=numeric_limits< atype >::max(), atype _nrtol=numeric_limits< atype >::max(), atype _Delta=numeric_limits< atype >::max(), int _maxcount=0, bool _verbose=true) | RVLUmin::LSQRPolicy< Scalar > | |
LSQRPolicy(LSQRPolicy< Scalar > const &p) | RVLUmin::LSQRPolicy< Scalar > | |