cheshirekow
v0.1.0
|
forward declared for normalized() More...
#include <mpblocks/cuda/linalg/RValue.h>
Public Types | |
typedef unsigned int | Size_t |
Public Types inherited from mpblocks::cuda::linalg::RValue< Scalar, Scale< 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__ | Scale (Scalar s, Exp const &A) |
__device__ __host__ Size_t | size () const |
return the size for a vector More... | |
Public Member Functions inherited from mpblocks::cuda::linalg::RValue< Scalar, Scale< 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, Scale< 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_s |
forward declared for normalized()
expression template for multiplication by a scalar
typedef unsigned int mpblocks::cuda::linalg::Scale< Scalar, Exp >::Size_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |