cheshirekow  v0.1.0
mpblocks::cuda::linalg::StreamAssignment< Mat > Class Template Reference

assignment More...

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

Public Types

typedef StreamAssignment< Mat > Stream_t
 

Public Member Functions

template<typename Format_t >
__device__ __host__ Stream_toperator, (Format_t x)
 
template<typename Format_t >
__device__ __host__ Stream_toperator<< (Format_t x)
 
__device__ __host__ StreamAssignment (Mat &M)
 

Private Attributes

unsigned int m_i
 
Mat & m_mat
 

Detailed Description

template<class Mat>
class mpblocks::cuda::linalg::StreamAssignment< Mat >

assignment

Definition at line 41 of file StreamAssignment.h.

Member Typedef Documentation

template<class Mat >
typedef StreamAssignment<Mat> mpblocks::cuda::linalg::StreamAssignment< Mat >::Stream_t

Definition at line 44 of file StreamAssignment.h.

Constructor & Destructor Documentation

template<class Mat >
__device__ __host__ mpblocks::cuda::linalg::StreamAssignment< Mat >::StreamAssignment ( Mat &  M)
inline

Definition at line 52 of file StreamAssignment.h.

Member Function Documentation

template<class Mat >
template<typename Format_t >
__device__ __host__ Stream_t& mpblocks::cuda::linalg::StreamAssignment< Mat >::operator, ( Format_t  x)
inline

Definition at line 67 of file StreamAssignment.h.

template<class Mat >
template<typename Format_t >
__device__ __host__ Stream_t& mpblocks::cuda::linalg::StreamAssignment< Mat >::operator<< ( Format_t  x)
inline

Definition at line 59 of file StreamAssignment.h.

Member Data Documentation

template<class Mat >
unsigned int mpblocks::cuda::linalg::StreamAssignment< Mat >::m_i
private

Definition at line 48 of file StreamAssignment.h.

template<class Mat >
Mat& mpblocks::cuda::linalg::StreamAssignment< Mat >::m_mat
private

Definition at line 47 of file StreamAssignment.h.


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