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 |
Public Member Functions | |
EIGEN_STRONG_INLINE Index | cols () const |
CwiseUnaryView (const MatrixType &mat, const ViewOp &func=ViewOp()) | |
const ViewOp & | functor () const |
const internal::remove_all < typename MatrixType::Nested > ::type & | nestedExpression () const |
internal::remove_all< typename MatrixType::Nested >::type & | nestedExpression () |
EIGEN_STRONG_INLINE Index | rows () const |
Protected Attributes | |
ViewOp | m_functor |
internal::nested< MatrixType > ::type | 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 59 of file CwiseUnaryView.h.
typedef CwiseUnaryViewImpl<ViewOp, MatrixType,typename internal::traits<MatrixType>::StorageKind>::Base Eigen::CwiseUnaryView< ViewOp, MatrixType >::Base |
Definition at line 63 of file CwiseUnaryView.h.
Eigen::CwiseUnaryView< ViewOp, MatrixType >::CwiseUnaryView | ( | const MatrixType & | mat, |
const ViewOp & | func = ViewOp() |
||
) | [inline] |
Definition at line 66 of file CwiseUnaryView.h.
EIGEN_STRONG_INLINE Index Eigen::CwiseUnaryView< ViewOp, MatrixType >::cols | ( | ) | const [inline] |
Definition at line 72 of file CwiseUnaryView.h.
const ViewOp& Eigen::CwiseUnaryView< ViewOp, MatrixType >::functor | ( | ) | const [inline] |
Definition at line 75 of file CwiseUnaryView.h.
const internal::remove_all<typename MatrixType::Nested>::type& Eigen::CwiseUnaryView< ViewOp, MatrixType >::nestedExpression | ( | ) | const [inline] |
Definition at line 79 of file CwiseUnaryView.h.
internal::remove_all<typename MatrixType::Nested>::type& Eigen::CwiseUnaryView< ViewOp, MatrixType >::nestedExpression | ( | ) | [inline] |
Definition at line 83 of file CwiseUnaryView.h.
EIGEN_STRONG_INLINE Index Eigen::CwiseUnaryView< ViewOp, MatrixType >::rows | ( | ) | const [inline] |
Definition at line 71 of file CwiseUnaryView.h.
ViewOp Eigen::CwiseUnaryView< ViewOp, MatrixType >::m_functor [protected] |
Definition at line 88 of file CwiseUnaryView.h.
internal::nested<MatrixType>::type Eigen::CwiseUnaryView< ViewOp, MatrixType >::m_matrix [protected] |
Definition at line 87 of file CwiseUnaryView.h.