![]() |
Eigen
3.3.3
|
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.
Inherits Eigen::CwiseUnaryViewImpl< ViewOp, MatrixType, internal::traits< MatrixType >::StorageKind >.
Public Member Functions | |
const ViewOp & | functor () const |
const internal::remove_all < MatrixTypeNested >::type & | nestedExpression () const |
internal::remove_reference < MatrixTypeNested >::type & | nestedExpression () |
const ViewOp& Eigen::CwiseUnaryView< ViewOp, MatrixType >::functor | ( | ) | const [inline] |
const internal::remove_all<MatrixTypeNested>::type& Eigen::CwiseUnaryView< ViewOp, MatrixType >::nestedExpression | ( | ) | const [inline] |
internal::remove_reference<MatrixTypeNested>::type& Eigen::CwiseUnaryView< ViewOp, MatrixType >::nestedExpression | ( | ) | [inline] |