Public Types | Public Member Functions

CwiseUnaryOpImpl< UnaryOp, XprType, Dense > Class Template Reference

#include <CwiseUnaryOp.h>

List of all members.

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

template<typename UnaryOp, typename XprType>
class CwiseUnaryOpImpl< UnaryOp, XprType, Dense >


Member Typedef Documentation

template<typename UnaryOp , typename XprType >
typedef internal::dense_xpr_base<CwiseUnaryOp<UnaryOp, XprType> >::type CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::Base
template<typename UnaryOp , typename XprType >
typedef CwiseUnaryOp<UnaryOp, XprType> CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::Derived

Member Function Documentation

template<typename UnaryOp , typename XprType >
EIGEN_STRONG_INLINE const Scalar CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::coeff ( Index  row,
Index  col 
) const [inline]
template<typename UnaryOp , typename XprType >
EIGEN_STRONG_INLINE const Scalar CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::coeff ( Index  index  )  const [inline]
template<typename UnaryOp , typename XprType >
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::packet ( Index  index  )  const [inline]
template<typename UnaryOp , typename XprType >
template<int LoadMode>
EIGEN_STRONG_INLINE PacketScalar CwiseUnaryOpImpl< UnaryOp, XprType, Dense >::packet ( Index  row,
Index  col 
) const [inline]

The documentation for this class was generated from the following file: