Collection of Concrete Vector Reduction/Transformation Operator Implementations Version of the Day
Loading...
Searching...
No Matches
RTOpPack::TOpAXPY< Scalar > Class Template Reference

AXPY transformation operator: z0[i] += alpha*v0[i], i=0...n-1. More...

#include <RTOpPack_TOpAXPY.hpp>

Inheritance diagram for RTOpPack::TOpAXPY< Scalar >:

Public Member Functions

 TOpAXPY (const Scalar &alpha)

Detailed Description

template<class Scalar>
class RTOpPack::TOpAXPY< Scalar >

AXPY transformation operator: z0[i] += alpha*v0[i], i=0...n-1.

Definition at line 73 of file RTOpPack_TOpAXPY.hpp.

Constructor & Destructor Documentation

◆ TOpAXPY()

template<class Scalar>
RTOpPack::TOpAXPY< Scalar >::TOpAXPY ( const Scalar & alpha)
inline

Definition at line 79 of file RTOpPack_TOpAXPY.hpp.


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