cheshirekow
v0.1.0
|
expression template for product expressions More...
#include <mpblocks/cuda/linalg2/Product.h>
Public Member Functions | |
template<Size_t i, Size_t j> | |
__device__ __host__ Scalar | me () const |
return the evaluated (j,i)'th element of a matrix expression More... | |
__device__ __host__ | Product (Exp1 const &A, Exp2 const &B) |
template<Size_t i> | |
__device__ __host__ Scalar | ve () const |
return the evaluated i'th element of a vector expression More... | |
Public Member Functions inherited from mpblocks::cuda::linalg2::RValue< Scalar, ROWS, COLS, Product< Scalar, ROWS, COLS, COMMON, Exp1, Exp2 > > | |
__device__ __host__ Scalar | me () |
return the evaluated (i,j)'th element of a matrix expression More... | |
__device__ __host__ Scalar | ve () |
return the evaluated i'th element of a vector expression More... | |
Private Attributes | |
Exp1 const & | m_A |
Exp2 const & | m_B |
expression template for product expressions
|
inline |
|
inline |
|
inline |
|
private |
|
private |