#include "functional.hh"#include "ls.hh"#include "alg.hh"Go to the source code of this file.
Namespaces | |
| namespace | RVLAlg | 
Classes | |
| class | RVLAlg::UnaryThresholdTerminator< Scalar > | 
| Terminator which takes a unary function object, a vector, and a tolerance.  More... | |
| class | RVLAlg::BinaryThresholdTerminator< Scalar > | 
| Terminator which takes a binary function object, two vectors, and a tolerance.  More... | |
| class | RVLAlg::TernaryThresholdTerminator< Scalar > | 
| Terminator which takes a ternary function object, three vectors, and a tolerance.  More... | |
| class | RVLAlg::NormThresholdTerminator< Scalar > | 
| Terminator which takes a vector and a tolerance.  More... | |
| class | RVLAlg::Norm2ThresholdTerminator< Scalar > | 
| Terminator which takes a vector and a tolerance.  More... | |
| class | RVLAlg::DiffThresholdTerminator< Scalar > | 
| Terminator which takes two vectors and a tolerance.  More... | |
| class | RVLAlg::Diff2ThresholdTerminator< Scalar > | 
| Terminator which takes two vectors and a tolerance.  More... | |
| class | RVLAlg::IPThresholdTerminator< Scalar > | 
| Terminator which takes two vectors and a tolerance.  More... | |
| class | RVLAlg::AbsIPThresholdTerminator< Scalar > | 
| Terminator which takes two vectors and a tolerance.  More... | |
| class | RVLAlg::NormGradientTerminator< Scalar > | 
| A terminator which checks for a stationary point in a functional.  More... | |
| class | RVLAlg::DiffBallProjTerminator< Scalar > | 
| Terminator which takes vectors x0 and x and a max for the norm difference r.  More... | |
| class | RVLAlg::BallProjTerminator< Scalar > | 
| Terminator which takes x and a max for the norm r.  More... | |
 1.4.7