|
__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 k) 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__ | RView (Exp const &A, Size_t i, Size_t j, Size_t rows, Size_t cols) |
|
__device__ __host__ Size_t | size () const |
| return the size for a vector More...
|
|
__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, RView< 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...
|
|
template<typename Scalar, class Exp>
class mpblocks::cuda::linalg::RView< Scalar, Exp >
expression template for subset of a matrix expression
Definition at line 36 of file View.h.