Definition at line 105 of file CwiseUnaryView.h.
#include <src/Core/CwiseUnaryView.h>

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) |
| typedef internal::dense_xpr_base< CwiseUnaryView<ViewOp, MatrixType> >::type CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::Base |
Definition at line 111 of file CwiseUnaryView.h.
| typedef CwiseUnaryView<ViewOp, MatrixType> CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::Derived |
Definition at line 110 of file CwiseUnaryView.h.
| EIGEN_STRONG_INLINE CoeffReturnType CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
Definition at line 125 of file CwiseUnaryView.h.
| EIGEN_STRONG_INLINE CoeffReturnType CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeff | ( | Index | index ) | const [inline] |
Definition at line 130 of file CwiseUnaryView.h.
| EIGEN_STRONG_INLINE Scalar& CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | [inline] |
Definition at line 135 of file CwiseUnaryView.h.
| EIGEN_STRONG_INLINE Scalar& CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::coeffRef | ( | Index | index ) | [inline] |
Definition at line 140 of file CwiseUnaryView.h.
| Index CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::innerStride | ( | ) | const [inline] |
Definition at line 115 of file CwiseUnaryView.h.
| Index CwiseUnaryViewImpl< ViewOp, MatrixType, Dense >::outerStride | ( | ) | const [inline] |
Definition at line 120 of file CwiseUnaryView.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |