Convenience 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 | |
LinearOpEvaluation (LinearOp< Scalar > const &_op, Vector< Scalar > const &_ref) | |
Vector< Scalar > const & | getValue () const |
Convenience 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 2867 of file op.hh.
RVL::LinearOpEvaluation< Scalar >::LinearOpEvaluation | ( | LinearOp< Scalar > const & | _op, | |
Vector< Scalar > const & | _ref | |||
) |
Vector<Scalar> const& RVL::LinearOpEvaluation< Scalar >::getValue | ( | ) | const |