MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::saxpyOP< T > Struct Template Reference

#include <DistMatrixCuda.hpp>

Public Member Functions

 saxpyOP (double _a)
 
__host__ __device__ T operator() (const T &x, const T &y) const
 

Public Attributes

const double a
 

Detailed Description

template<typename T>
struct mgx::saxpyOP< T >

Definition at line 117 of file DistMatrixCuda.hpp.

Constructor & Destructor Documentation

◆ saxpyOP()

template<typename T >
mgx::saxpyOP< T >::saxpyOP ( double  _a)
inline

Definition at line 120 of file DistMatrixCuda.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
__host__ __device__ T mgx::saxpyOP< T >::operator() ( const T &  x,
const T &  y 
) const
inline

Definition at line 123 of file DistMatrixCuda.hpp.

Member Data Documentation

◆ a

template<typename T >
const double mgx::saxpyOP< T >::a

Definition at line 119 of file DistMatrixCuda.hpp.


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