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

#include <CwiseUnaryView.h>

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
Scalar & coeffRef (Index row, Index col)
Scalar & coeffRef (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
typedef CwiseUnaryView<ViewOp, MatrixType> Derived

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: