Searched defs:coeffRef (Results 1 – 6 of 6) sorted by relevance
101 inline const Scalar& coeffRef(Index row, Index col) const in coeffRef() function106 inline const Scalar& coeffRef(Index index) const in coeffRef() function201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef() function206 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef() function
86 inline Index& coeffRef(Index i) { return indices().coeffRef(i); } in coeffRef() function
55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() function
314 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() function358 coeffRef(Index index) in coeffRef() function
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
182 _Scalar& AmbiVector<_Scalar,_Index>::coeffRef(_Index i) in coeffRef() function