cheshirekow
v0.1.0
|
expression template for sum of two expressions More...
#include <mpblocks/cuda/linalg2/Transpose.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__ | Transpose (Exp const &A) |
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, COLS, ROWS, Transpose< Scalar, ROWS, COLS, Exp > > | |
__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 | |
Exp const & | m_A |
expression template for sum of two expressions
Definition at line 36 of file Transpose.h.
|
inline |
Definition at line 43 of file Transpose.h.
|
inline |
return the evaluated (j,i)'th element of a matrix expression
Definition at line 58 of file Transpose.h.
|
inline |
return the evaluated i'th element of a vector expression
Definition at line 50 of file Transpose.h.
|
private |
Definition at line 39 of file Transpose.h.