![]() |
Prusa Slicer 2.6.0
|
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector. More...
#include <src/eigen/Eigen/src/Core/CwiseUnaryView.h>
Inheritance diagram for Eigen::CwiseUnaryView< ViewOp, MatrixType >:
Collaboration diagram for Eigen::CwiseUnaryView< ViewOp, MatrixType >:Public Types | |
| typedef CwiseUnaryViewImpl< ViewOp, MatrixType, typenameinternal::traits< MatrixType >::StorageKind >::Base | Base |
| typedef internal::ref_selector< MatrixType >::non_const_type | MatrixTypeNested |
| typedef internal::remove_all< MatrixType >::type | NestedExpression |
Public Member Functions | |
| CwiseUnaryView (MatrixType &mat, const ViewOp &func=ViewOp()) | |
| EIGEN_STRONG_INLINE Index | rows () const |
| EIGEN_STRONG_INLINE Index | cols () const |
| const ViewOp & | functor () const |
| const internal::remove_all< MatrixTypeNested >::type & | nestedExpression () const |
| internal::remove_reference< MatrixTypeNested >::type & | nestedExpression () |
Protected Attributes | |
| MatrixTypeNested | m_matrix |
| ViewOp | m_functor |
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.
| typedef CwiseUnaryViewImpl<ViewOp,MatrixType,typenameinternal::traits<MatrixType>::StorageKind>::Base Eigen::CwiseUnaryView< ViewOp, MatrixType >::Base |
| typedef internal::ref_selector<MatrixType>::non_const_type Eigen::CwiseUnaryView< ViewOp, MatrixType >::MatrixTypeNested |
| typedef internal::remove_all<MatrixType>::type Eigen::CwiseUnaryView< ViewOp, MatrixType >::NestedExpression |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |