Public Types | Public Member Functions

CwiseUnaryViewImpl< ViewOp, MatrixType, Dense > Class Template Reference

#include <CwiseUnaryView.h>

List of all members.

Public Types

typedef CwiseUnaryView< ViewOp,
MatrixType > 
Derived
typedef
internal::dense_xpr_base
< CwiseUnaryView< ViewOp,
MatrixType > >::type 
Base

Public Member Functions

Index innerStride () const
Index outerStride () const
EIGEN_STRONG_INLINE CoeffReturnType coeff (Index row, Index col) const
EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
EIGEN_STRONG_INLINE Scalar & coeffRef (Index row, Index col)
EIGEN_STRONG_INLINE Scalar & coeffRef (Index index)

template<typename ViewOp, typename MatrixType>
class CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >


Member Typedef Documentation

template<typename ViewOp , typename MatrixType >
typedef internal::dense_xpr_base< CwiseUnaryView<ViewOp, MatrixType> >::type CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::Base
template<typename ViewOp , typename MatrixType >
typedef CwiseUnaryView<ViewOp, MatrixType> CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::Derived

Member Function Documentation

template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE CoeffReturnType CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeff ( Index  row,
Index  col 
) const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE CoeffReturnType CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeff ( Index  index  )  const [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Scalar& CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeffRef ( Index  row,
Index  col 
) [inline]
template<typename ViewOp , typename MatrixType >
EIGEN_STRONG_INLINE Scalar& CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeffRef ( Index  index  )  [inline]
template<typename ViewOp , typename MatrixType >
Index CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::innerStride (  )  const [inline]
template<typename ViewOp , typename MatrixType >
Index CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::outerStride (  )  const [inline]

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