cheshirekow
v0.1.0
|
expression template for difference of two matrix expressions More...
#include <mpblocks/cuda/linalg/Transpose.h>
Public Types | |
typedef unsigned int | Size_t |
Public Types inherited from mpblocks::cuda::linalg::RValue< Scalar, Transpose< Scalar, Exp > > | |
typedef unsigned int | Size_t |
Public Member Functions | |
__device__ __host__ Size_t | cols () const |
return the columns of a matrix expression More... | |
__device__ __host__ Scalar | operator() (Size_t i, Size_t j) const |
return the evaluated (j,i)'th element of a matrix expression More... | |
__device__ __host__ Scalar | operator[] (Size_t i) const |
return the evaluated i'th element of a vector expression More... | |
__device__ __host__ Size_t | rows () const |
return the rows of a matrix expression More... | |
__device__ __host__ Size_t | size () const |
return the size for a vector More... | |
__device__ __host__ | Transpose (Exp const &A) |
Public Member Functions inherited from mpblocks::cuda::linalg::RValue< Scalar, Transpose< Scalar, Exp > > | |
__device__ __host__ Size_t | cols () const |
return the columns of a matrix expression More... | |
__device__ __host__ Scalar | maxCoeff () |
__device__ __host__ Scalar | norm () const |
__device__ __host__ Scalar | norm_squared () const |
__device__ __host__ Scale < Scalar, Transpose< Scalar, Exp > > | normalized () const |
__device__ __host__ Scalar | operator() (Size_t i, Size_t j) const |
return the evaluated (i,j)'th element of a matrix expression More... | |
__device__ __host__ Scalar | operator[] (Size_t i) const |
return the evaluated i'th element of a vector expression More... | |
__device__ __host__ Size_t | rows () const |
return the rows of a matrix expression More... | |
__device__ __host__ Size_t | size () const |
return the size for a vector More... | |
Private Attributes | |
Exp const & | m_A |
expression template for difference of two matrix expressions
Definition at line 36 of file Transpose.h.
typedef unsigned int mpblocks::cuda::linalg::Transpose< Scalar, Exp >::Size_t |
Definition at line 42 of file Transpose.h.
|
inline |
Definition at line 45 of file Transpose.h.
|
inline |
return the columns of a matrix expression
Definition at line 65 of file Transpose.h.
|
inline |
return the evaluated (j,i)'th element of a matrix expression
Definition at line 79 of file Transpose.h.
|
inline |
return the evaluated i'th element of a vector expression
Definition at line 72 of file Transpose.h.
|
inline |
return the rows of a matrix expression
Definition at line 58 of file Transpose.h.
|
inline |
return the size for a vector
Definition at line 51 of file Transpose.h.
|
private |
Definition at line 39 of file Transpose.h.