Ifpack2 Templated Preconditioning Package  Version 1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Ifpack2::Details::Impl::ScaledDampedResidualVectorFunctor< WVector, DVector, BVector, AMatrix, XVector, Scalar, use_beta > Struct Template Reference

Functor for computing W := alpha * D * (B - A*X) + beta * W. More...

#include <Ifpack2_Details_ScaledDampedResidual_def.hpp>

Detailed Description

template<class WVector, class DVector, class BVector, class AMatrix, class XVector, class Scalar, bool use_beta>
struct Ifpack2::Details::Impl::ScaledDampedResidualVectorFunctor< WVector, DVector, BVector, AMatrix, XVector, Scalar, use_beta >

Functor for computing W := alpha * D * (B - A*X) + beta * W.

This is an implementation detail of scaled_damped_residual_vector, which in turn is an implementation detail of ScaledDampedResidual.


The documentation for this struct was generated from the following file: