HomeSort by relevance Sort by last modified time
    Searched refs:CoeffReturnType (Results 1 - 17 of 17) sorted by null

  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 42 // Explanation for this CoeffReturnType typedef.
52 >::type CoeffReturnType;
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...]
NestByValue.h 50 inline const CoeffReturnType coeff(Index row, Index col) const
60 inline const CoeffReturnType coeff(Index index) const
Flagged.h 58 inline CoeffReturnType coeff(Index row, Index col) const
63 inline CoeffReturnType coeff(Index index) const
ForceAlignedAccess.h 49 inline const CoeffReturnType coeff(Index row, Index col) const
59 inline const CoeffReturnType coeff(Index index) const
ArrayWrapper.h 66 inline CoeffReturnType coeff(Index rowId, Index colId) const
81 inline CoeffReturnType coeff(Index index) const
191 inline CoeffReturnType coeff(Index rowId, Index colId) const
206 inline CoeffReturnType coeff(Index index) const
CwiseUnaryView.h 116 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
121 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
ArrayBase.h 83 typedef typename Base::CoeffReturnType CoeffReturnType;
Diagonal.h 112 inline CoeffReturnType coeff(Index row, Index) const
128 inline CoeffReturnType coeff(Index idx) const
MapBase.h 77 typedef typename Base::CoeffReturnType CoeffReturnType;
Reverse.h 122 inline CoeffReturnType coeff(Index row, Index col) const
128 inline CoeffReturnType coeff(Index index) const
Transpose.h 143 inline CoeffReturnType coeff(Index rowId, Index colId) const
148 inline CoeffReturnType coeff(Index index) const
DenseBase.h 98 typedef typename Base::CoeffReturnType CoeffReturnType;
424 CoeffReturnType value() const
Block.h 223 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const
243 inline const CoeffReturnType coeff(Index index) const
ProductBase.h 142 typename Base::CoeffReturnType coeff(Index row, Index col) const
154 typename Base::CoeffReturnType coeff(Index i) const
MatrixBase.h 85 typedef typename Base::CoeffReturnType CoeffReturnType;
  /external/eigen/Eigen/src/Core/util/
Macros.h 349 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. */ \
366 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/
SparseMatrixBase.h 122 typedef typename internal::conditional<_HasDirectAccess, const Scalar&, Scalar>::type CoeffReturnType;

Completed in 1392 milliseconds