| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ | 
| D | TensorRef.h | 69   EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex /*index*/) {  in coeffRef()  function93   EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex index) {  in coeffRef()  function
 216     EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndices)  in coeffRef()  function
 263     EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1)  in coeffRef()  function
 271     EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1, Index i2)  in coeffRef()  function
 290     EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1, Index i2, Index i3, Index i4)  in coeffRef()  function
 321     EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices)  in coeffRef()  function
 346     EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)  in coeffRef()  function
 
 | 
| D | TensorFixedSize.h | 109 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndice…  in coeffRef()  function118     EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices)  in coeffRef()  function
 125     EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)  in coeffRef()  function
 132     EIGEN_STRONG_INLINE Scalar& coeffRef()  in coeffRef()  function
 
 | 
| D | Tensor.h | 155     inline Scalar& coeffRef(Index firstIndex, Index secondIndex, IndexTypes... otherIndices)  in coeffRef()  function164     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices)  in coeffRef()  function
 175     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(CustomIndices& indices)  in coeffRef()  function
 181     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef()  in coeffRef()  function
 187     EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)  in coeffRef()  function
 
 | 
| D | TensorEvaluator.h | 99   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType& coeffRef(Index index) {  in coeffRef()  function138   coeffRef(const array<DenseIndex, NumCoords>& coords) {  in coeffRef()  function
 
 | 
| /external/eigen/Eigen/src/Core/ | 
| D | MapBase.h | 121     inline const Scalar& coeffRef(Index rowId, Index colId) const  in coeffRef()  function128     inline const Scalar& coeffRef(Index index) const  in coeffRef()  function
 260     inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)  in coeffRef()  function
 266     inline ScalarWithConstIfNotLvalue& coeffRef(Index index)  in coeffRef()  function
 
 | 
| D | DenseCoeffsBase.h | 342     EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)  in coeffRef()  function389     coeffRef(Index index)  in coeffRef()  function
 
 | 
| D | Transpositions.h | 53     inline StorageIndex& coeffRef(Index i) { return indices().coeffRef(i); }  in coeffRef()  function
 | 
| D | TriangularMatrix.h | 79     inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); }  in coeffRef()  function
 | 
| /external/eigen/unsupported/Eigen/src/AutoDiff/ | 
| D | AutoDiffVector.h | 58     CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); }  in coeffRef()  function59     const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }  in coeffRef()  function
 
 | 
| /external/eigen/Eigen/src/SparseCore/ | 
| D | SparseBlock.h | 241     inline Scalar& coeffRef(Index row, Index col)  in coeffRef()  function364     inline Scalar& coeffRef(Index row, Index col)  in coeffRef()  function
 374     inline Scalar& coeffRef(Index index)  in coeffRef()  function
 
 | 
| D | AmbiVector.h | 187 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeffRef(Index i)  in coeffRef()  function
 |