Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector. More...
#include <CwiseUnaryView.h>
Public Types | |
typedef CwiseUnaryViewImpl< ViewOp, MatrixType, typename internal::traits< MatrixType >::StorageKind >::Base | Base |
typedef internal::ref_selector< MatrixType >::non_const_type | MatrixTypeNested |
typedef internal::remove_all< MatrixType >::type | NestedExpression |
Public Types inherited from Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, internal::traits< MatrixType >::StorageKind > | |
typedef internal::generic_xpr_base< CwiseUnaryView< ViewOp, MatrixType > >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC | CwiseUnaryView (MatrixType &mat, const ViewOp &func=ViewOp()) |
EIGEN_DEVICE_FUNC const ViewOp & | functor () const |
EIGEN_DEVICE_FUNC const internal::remove_all< MatrixTypeNested >::type & | nestedExpression () const |
EIGEN_DEVICE_FUNC internal::remove_reference< MatrixTypeNested >::type & | nestedExpression () |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Protected Attributes | |
ViewOp | m_functor |
MatrixTypeNested | m_matrix |
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
ViewOp | template functor implementing the view |
MatrixType | the type of the matrix we are applying the unary operator |
This class represents a lvalue expression of a generic unary view operator of a matrix or a vector. It is the return type of real() and imag(), and most of the time this is the only way it is used.
Definition at line 58 of file CwiseUnaryView.h.
typedef CwiseUnaryViewImpl<ViewOp, MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::CwiseUnaryView< ViewOp, MatrixType >::Base |
Definition at line 62 of file CwiseUnaryView.h.
typedef internal::ref_selector<MatrixType>::non_const_type Eigen::CwiseUnaryView< ViewOp, MatrixType >::MatrixTypeNested |
Definition at line 64 of file CwiseUnaryView.h.
typedef internal::remove_all<MatrixType>::type Eigen::CwiseUnaryView< ViewOp, MatrixType >::NestedExpression |
Definition at line 65 of file CwiseUnaryView.h.
|
inlineexplicit |
Definition at line 67 of file CwiseUnaryView.h.
|
inline |
Definition at line 75 of file CwiseUnaryView.h.
|
inline |
Definition at line 78 of file CwiseUnaryView.h.
|
inline |
Definition at line 82 of file CwiseUnaryView.h.
|
inline |
Definition at line 86 of file CwiseUnaryView.h.
|
inline |
Definition at line 73 of file CwiseUnaryView.h.
|
protected |
Definition at line 90 of file CwiseUnaryView.h.
|
protected |
Definition at line 89 of file CwiseUnaryView.h.