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

#include <DistMatrixCuda.hpp>

Public Member Functions

 multVSOP (double _a)
 
__host__ __device__ T operator() (const T &x) const
 

Public Attributes

const double a
 

Detailed Description

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

Definition at line 25 of file DistMatrixCuda.hpp.

Constructor & Destructor Documentation

◆ multVSOP()

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

Definition at line 29 of file DistMatrixCuda.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 32 of file DistMatrixCuda.hpp.

Member Data Documentation

◆ a

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

Definition at line 27 of file DistMatrixCuda.hpp.


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