template<typename UnaryOp, typename XprType>
class Eigen::CwiseUnaryOpImpl< UnaryOp, XprType, Dense >
Definition at line 106 of file Core.
Public Types |
typedef CwiseUnaryOp< UnaryOp,
XprType > | Derived |
typedef
internal::dense_xpr_base
< CwiseUnaryOp< UnaryOp,
XprType > >::type | Base |
Public Member Functions |
| EIGEN_STRONG_INLINE const Scalar | coeff (Index row, Index col) const |
| template<int LoadMode> |
| EIGEN_STRONG_INLINE PacketScalar | packet (Index row, Index col) const |
| EIGEN_STRONG_INLINE const Scalar | coeff (Index index) const |
| template<int LoadMode> |
| EIGEN_STRONG_INLINE PacketScalar | packet (Index index) const |