Another convenience handle class used in formulation of linear combination, composition algorithms to avoid unnecessary temporary storage and computation, which would result from using OperatorEvaluation in the same settings. More...
#include <op.hh>
Public Member Functions | |
LinearOpAdjEvaluation (LinearOp< Scalar > const &_op, Vector< Scalar > const &_ref) | |
Vector< Scalar > const & | getValue () const |
Another convenience handle class used in formulation of linear combination, composition algorithms to avoid unnecessary temporary storage and computation, which would result from using OperatorEvaluation in the same settings.
Definition at line 2912 of file op.hh.
RVL::LinearOpAdjEvaluation< Scalar >::LinearOpAdjEvaluation | ( | LinearOp< Scalar > const & | _op, | |
Vector< Scalar > const & | _ref | |||
) |
Vector<Scalar> const& RVL::LinearOpAdjEvaluation< Scalar >::getValue | ( | ) | const |