#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 ![]() | |
class | RVL::ResidualOperator< Scalar > |
Given an input vector d, and an operator G, this operator implements ![]() | |
class | RVL::EuclideanForm< Scalar > |
This functional is the standard Euclidean Form ![]() | |
class | RVL::QuadraticForm< Scalar > |
QuadraticForm creates a function of the form ![]() | |
class | RVL::ShiftedQuadraticForm< Scalar > |
ShiftedQuadraticForm creates a function of the form ![]() | |
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... |