Public Types | Public Member Functions
CwiseUnaryViewImpl< ViewOp, MatrixType, Dense > Class Template Reference

Inherits type< CwiseUnaryView< ViewOp, MatrixType > >.

List of all members.

Public Types

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

Public Member Functions

CoeffReturnType coeff (Index row, Index col) const
CoeffReturnType coeff (Index index) const
ScalarcoeffRef (Index row, Index col)
ScalarcoeffRef (Index index)
Index innerStride () const
Index outerStride () const

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


Member Typedef Documentation

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

Member Function Documentation

CoeffReturnType coeff ( Index  row,
Index  col 
) const [inline]
CoeffReturnType coeff ( Index  index) const [inline]
Scalar& coeffRef ( Index  row,
Index  col 
) [inline]
Scalar& coeffRef ( Index  index) [inline]
Index innerStride ( ) const [inline]
Index outerStride ( ) const [inline]

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