QUDA  0.9.0
Public Member Functions | Public Attributes | List of all members
coeff_array< T > Struct Template Reference

Public Member Functions

 coeff_array ()
 
 coeff_array (const T *data, bool use_const)
 
 coeff_array ()
 
 coeff_array (const T *data, bool use_const)
 

Public Attributes

const T * data
 
const bool use_const
 

Detailed Description

template<typename T>
struct coeff_array< T >

Definition at line 240 of file multi_blas_core.cuh.

Constructor & Destructor Documentation

◆ coeff_array() [1/4]

template<typename T>
coeff_array< T >::coeff_array ( )
inline

Definition at line 243 of file multi_blas_core.cuh.

◆ coeff_array() [2/4]

template<typename T>
coeff_array< T >::coeff_array ( const T *  data,
bool  use_const 
)
inline

Definition at line 244 of file multi_blas_core.cuh.

◆ coeff_array() [3/4]

template<typename T>
coeff_array< T >::coeff_array ( )
inline

Definition at line 362 of file multi_reduce_core.cuh.

◆ coeff_array() [4/4]

template<typename T>
coeff_array< T >::coeff_array ( const T *  data,
bool  use_const 
)
inline

Definition at line 363 of file multi_reduce_core.cuh.

Member Data Documentation

◆ data

template<typename T>
const T * coeff_array< T >::data

Definition at line 241 of file multi_blas_core.cuh.

◆ use_const

template<typename T>
const bool coeff_array< T >::use_const

Definition at line 242 of file multi_blas_core.cuh.


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