cheshirekow
v0.1.0
|
expression template for difference of two matrix expressions More...
#include <mpblocks/cuda/linalg/Normalize.h>
Public Types | |
typedef unsigned int | Size_t |
Public Types inherited from mpblocks::cuda::linalg::RValue< Scalar, Normalize< 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__ | Normalize (Exp const &A) |
__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... | |
Public Member Functions inherited from mpblocks::cuda::linalg::RValue< Scalar, Normalize< 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, Normalize< 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 |
Scalar | m_norm |
expression template for difference of two matrix expressions
Definition at line 36 of file Normalize.h.
typedef unsigned int mpblocks::cuda::linalg::Normalize< Scalar, Exp >::Size_t |
Definition at line 43 of file Normalize.h.
|
inline |
Definition at line 46 of file Normalize.h.
|
inline |
return the columns of a matrix expression
Definition at line 67 of file Normalize.h.
|
inline |
return the evaluated (j,i)'th element of a matrix expression
Definition at line 81 of file Normalize.h.
|
inline |
return the evaluated i'th element of a vector expression
Definition at line 74 of file Normalize.h.
|
inline |
return the rows of a matrix expression
Definition at line 60 of file Normalize.h.
|
inline |
return the size for a vector
Definition at line 53 of file Normalize.h.
|
private |
Definition at line 40 of file Normalize.h.
|
private |
Definition at line 39 of file Normalize.h.