Searched refs:CoeffReturnType (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DNestByValue.h50 inline const CoeffReturnType coeff(Index row, Index col) const
60 inline const CoeffReturnType coeff(Index index) const
H A DFlagged.h58 inline CoeffReturnType coeff(Index row, Index col) const
63 inline CoeffReturnType coeff(Index index) const
H A DForceAlignedAccess.h49 inline const CoeffReturnType coeff(Index row, Index col) const
59 inline const CoeffReturnType coeff(Index index) const
H A DDenseCoeffsBase.h42 // Explanation for this CoeffReturnType typedef.
52 >::type CoeffReturnType; typedef in class:Eigen::DenseCoeffsBase
94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
101 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const
111 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const
133 EIGEN_STRONG_INLINE CoeffReturnType
149 EIGEN_STRONG_INLINE CoeffReturnType
170 EIGEN_STRONG_INLINE CoeffReturnType
179 EIGEN_STRONG_INLINE CoeffReturnType
184 EIGEN_STRONG_INLINE CoeffReturnType
[all...]
H A DArrayWrapper.h61 inline CoeffReturnType coeff(Index rowId, Index colId) const
76 inline CoeffReturnType coeff(Index index) const
181 inline CoeffReturnType coeff(Index rowId, Index colId) const
196 inline CoeffReturnType coeff(Index index) const
H A DCwiseUnaryView.h116 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
121 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
H A DArrayBase.h83 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::ArrayBase
H A DDiagonal.h112 inline CoeffReturnType coeff(Index row, Index) const
128 inline CoeffReturnType coeff(Index idx) const
H A DReverse.h122 inline CoeffReturnType coeff(Index row, Index col) const
128 inline CoeffReturnType coeff(Index index) const
H A DMapBase.h77 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::MapBase
H A DTranspose.h143 inline CoeffReturnType coeff(Index rowId, Index colId) const
148 inline CoeffReturnType coeff(Index index) const
H A DDenseBase.h98 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::DenseBase
424 CoeffReturnType value() const
H A DBlock.h223 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const
243 inline const CoeffReturnType coeff(Index index) const
H A DProductBase.h135 typename Base::CoeffReturnType coeff(Index row, Index col) const
147 typename Base::CoeffReturnType coeff(Index i) const
H A DMatrixBase.h85 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::MatrixBase
/external/eigen/Eigen/src/Core/util/
H A DMacros.h342 typedef typename Base::CoeffReturnType CoeffReturnType; /*!< \brief The return type for coefficient access. \details Depending on whether the object allows direct coefficient access (e.g. for a MatrixXd), this type is either 'const Scalar&' or simply 'Scalar' for objects that do not allow direct coefficient access. */ \
359 typedef typename Base::CoeffReturnType CoeffReturnType; /*!< \brief The return type for coefficient access. \details Depending on whether the object allows direct coefficient access (e.g. for a MatrixXd), this type is either 'const Scalar&' or simply 'Scalar' for objects that do not allow direct coefficient access. */ \
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h122 typedef typename internal::conditional<_HasDirectAccess, const Scalar&, Scalar>::type CoeffReturnType; typedef in class:Eigen::SparseMatrixBase

Completed in 98 milliseconds