QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
quda::blas::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 quda::blas::coeff_array< T >

Definition at line 110 of file multi_blas_core.cuh.

Constructor & Destructor Documentation

◆ coeff_array() [1/4]

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

Definition at line 113 of file multi_blas_core.cuh.

◆ coeff_array() [2/4]

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

Definition at line 114 of file multi_blas_core.cuh.

◆ coeff_array() [3/4]

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

Definition at line 133 of file multi_reduce_core.cuh.

◆ coeff_array() [4/4]

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

Definition at line 134 of file multi_reduce_core.cuh.

Member Data Documentation

◆ data

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

◆ use_const

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

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