ls.hh File Reference

#include "op.hh"
#include "functional.hh"

Go to the source code of this file.

Namespaces

namespace  RVL

Classes

class  RVL::ShiftOperator< Scalar >
 Given an input vector d, this operator implements $F(x) = x-d$. More...
class  RVL::ResidualOperator< Scalar >
 Given an input vector d, and an operator G, this operator implements $F(x) = G(x)-d$. More...
class  RVL::EuclideanForm< Scalar >
 This functional is the standard Euclidean Form $f(x) = 0.5 |x|^{2}$. More...
class  RVL::QuadraticForm< Scalar >
 QuadraticForm creates a function of the form $ x \mapsto \frac{1}{2} |A x|^2 $ in which A is a linear operator. More...
class  RVL::ShiftedQuadraticForm< Scalar >
 ShiftedQuadraticForm creates a function of the form $ x \mapsto \frac{1}{2} |A x - b|^2 $ in which A is a linear operator, b a vector. More...
class  RVL::LeastSquaresFcnlGN< Scalar >
 LeastSquaresFcnlGN creates a least squares objective function from an operator. More...
class  RVL::StdLeastSquaresFcnlGN< Scalar >
 StdLeastSquaresFcnlGN creates a least squares objective function from an operator and a data vector. More...


Generated on 5 Jan 2017 for RVL by  doxygen 1.4.7