#include <lsqr.hh>
Public Member Functions | |
| LSQRPolicyData (atype _rtol=numeric_limits< atype >::max(), atype _nrtol=numeric_limits< atype >::max(), atype _Delta=numeric_limits< atype >::max(), int _maxcount=0, bool _verbose=false) | |
| LSQRPolicyData (LSQRPolicyData< Scalar > const &a) | |
| ostream & | write (ostream &str) const | 
Public Attributes | |
| atype | rtol | 
| atype | nrtol | 
| atype | Delta | 
| int | maxcount | 
| bool | verbose | 
Definition at line 406 of file lsqr.hh.
| RVLUmin::LSQRPolicyData< Scalar >::LSQRPolicyData | ( | atype |  _rtol = numeric_limits<atype>::max(),  | 
        |
| atype |  _nrtol = numeric_limits<atype>::max(),  | 
        |||
| atype |  _Delta = numeric_limits<atype>::max(),  | 
        |||
| int |  _maxcount = 0,  | 
        |||
| bool |  _verbose = false | |||
| ) | 
| RVLUmin::LSQRPolicyData< Scalar >::LSQRPolicyData | ( | LSQRPolicyData< Scalar > const & | a | ) | 
| ostream& RVLUmin::LSQRPolicyData< Scalar >::write | ( | ostream & | str | ) | const | 
Definition at line 428 of file lsqr.hh.
References RVLUmin::LSQRPolicyData< Scalar >::Delta, RVLUmin::LSQRPolicyData< Scalar >::maxcount, RVLUmin::LSQRPolicyData< Scalar >::nrtol, RVLUmin::LSQRPolicyData< Scalar >::rtol, and RVLUmin::LSQRPolicyData< Scalar >::verbose.
| atype RVLUmin::LSQRPolicyData< Scalar >::rtol | 
Definition at line 412 of file lsqr.hh.
Referenced by RVLUmin::LSQRPolicy< Scalar >::assign(), and RVLUmin::LSQRPolicyData< Scalar >::write().
| atype RVLUmin::LSQRPolicyData< Scalar >::nrtol | 
Definition at line 413 of file lsqr.hh.
Referenced by RVLUmin::LSQRPolicy< Scalar >::assign(), and RVLUmin::LSQRPolicyData< Scalar >::write().
| atype RVLUmin::LSQRPolicyData< Scalar >::Delta | 
Definition at line 414 of file lsqr.hh.
Referenced by RVLUmin::LSQRPolicy< Scalar >::assign(), and RVLUmin::LSQRPolicyData< Scalar >::write().
| int RVLUmin::LSQRPolicyData< Scalar >::maxcount | 
Definition at line 415 of file lsqr.hh.
Referenced by RVLUmin::LSQRPolicy< Scalar >::assign(), and RVLUmin::LSQRPolicyData< Scalar >::write().
| bool RVLUmin::LSQRPolicyData< Scalar >::verbose | 
Definition at line 416 of file lsqr.hh.
Referenced by RVLUmin::LSQRPolicy< Scalar >::assign(), and RVLUmin::LSQRPolicyData< Scalar >::write().
 1.4.7