cheshirekow  v0.1.0
mpblocks::cuda::linalg2::RValue< Scalar, ROWS, COLS, Exp > Class Template Reference

expression template for rvalues More...

#include <mpblocks/cuda/linalg2/RValue.h>

Public Member Functions

template<Size_t i, Size_t j>
__device__ __host__ Scalar me ()
 return the evaluated (i,j)'th element of a matrix expression More...
 
template<Size_t i>
__device__ __host__ Scalar ve ()
 return the evaluated i'th element of a vector expression More...
 

Detailed Description

template<typename Scalar, Size_t ROWS, Size_t COLS, class Exp>
class mpblocks::cuda::linalg2::RValue< Scalar, ROWS, COLS, Exp >

expression template for rvalues

Definition at line 36 of file RValue.h.

Member Function Documentation

template<typename Scalar, Size_t ROWS, Size_t COLS, class Exp>
template<Size_t i, Size_t j>
__device__ __host__ Scalar mpblocks::cuda::linalg2::RValue< Scalar, ROWS, COLS, Exp >::me ( )
inline

return the evaluated (i,j)'th element of a matrix expression

Definition at line 50 of file RValue.h.

template<typename Scalar, Size_t ROWS, Size_t COLS, class Exp>
template<Size_t i>
__device__ __host__ Scalar mpblocks::cuda::linalg2::RValue< Scalar, ROWS, COLS, Exp >::ve ( )
inline

return the evaluated i'th element of a vector expression

Definition at line 42 of file RValue.h.


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