cheshirekow  v0.1.0
mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx > Class Template Reference

assignment More...

#include <mpblocks/cuda/polynomial/StreamAssignment.h>

Public Member Functions

template<typename Scalar2 >
__host__ __device__
StreamAssignment< Scalar, Exp,
idx+1 > 
append (Scalar2 x)
 
template<typename Scalar2 >
__host__ __device__
StreamAssignment< Scalar, Exp,
idx+1 > 
operator, (Scalar2 x)
 
__host__ __device__ StreamAssignment (Exp &exp)
 

Private Attributes

Exp & m_exp
 

Detailed Description

template<class Scalar, class Exp, int idx>
class mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx >

assignment

Definition at line 47 of file StreamAssignment.h.

Constructor & Destructor Documentation

template<class Scalar , class Exp , int idx>
__host__ __device__ mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx >::StreamAssignment ( Exp &  exp)
inline

Definition at line 54 of file StreamAssignment.h.

Member Function Documentation

template<class Scalar , class Exp , int idx>
template<typename Scalar2 >
__host__ __device__ StreamAssignment<Scalar,Exp,idx+1> mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx >::append ( Scalar2  x)
inline

Definition at line 60 of file StreamAssignment.h.

template<class Scalar , class Exp , int idx>
template<typename Scalar2 >
__host__ __device__ StreamAssignment<Scalar,Exp,idx+1> mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx >::operator, ( Scalar2  x)
inline

Definition at line 68 of file StreamAssignment.h.

Member Data Documentation

template<class Scalar , class Exp , int idx>
Exp& mpblocks::cuda::polynomial::StreamAssignment< Scalar, Exp, idx >::m_exp
private

Definition at line 50 of file StreamAssignment.h.


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