Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::GaussKronrodCall Struct Reference

#include <ProcessGaussKronrodQuadrature.h>

Collaboration diagram for hydra::GaussKronrodCall:

Public Member Functions

__hydra_host__ __hydra_device__ GaussKronrodCall ()
 
__hydra_host__ __hydra_device__ GaussKronrodCall (GReal_t gaussCall, GReal_t gaussKronrodCall)
 
__hydra_host__ __hydra_device__ GaussKronrodCall (GaussKronrodCall const &other)
 
__hydra_host__ __hydra_device__ GaussKronrodCalloperator= (GaussKronrodCall const &other)
 

Data Fields

GReal_t fGaussCall
 
GReal_t fGaussKronrodCall
 

Detailed Description

Constructor & Destructor Documentation

◆ GaussKronrodCall() [1/3]

__hydra_host__ __hydra_device__ hydra::GaussKronrodCall::GaussKronrodCall ( )
inline

◆ GaussKronrodCall() [2/3]

__hydra_host__ __hydra_device__ hydra::GaussKronrodCall::GaussKronrodCall ( GReal_t  gaussCall,
GReal_t  gaussKronrodCall 
)
inline

◆ GaussKronrodCall() [3/3]

__hydra_host__ __hydra_device__ hydra::GaussKronrodCall::GaussKronrodCall ( GaussKronrodCall const &  other)
inline

Member Function Documentation

◆ operator=()

__hydra_host__ __hydra_device__ GaussKronrodCall& hydra::GaussKronrodCall::operator= ( GaussKronrodCall const &  other)
inline

Field Documentation

◆ fGaussCall

GReal_t hydra::GaussKronrodCall::fGaussCall

◆ fGaussKronrodCall

GReal_t hydra::GaussKronrodCall::fGaussKronrodCall

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