Searched defs:CoeffReturnType (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DArrayBase.h83 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::ArrayBase
H A DMapBase.h77 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::MapBase
H A DDenseBase.h98 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::DenseBase
424 CoeffReturnType value() 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 DMatrixBase.h85 typedef typename Base::CoeffReturnType CoeffReturnType; typedef in class:Eigen::MatrixBase
/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 95 milliseconds