Home
last modified time | relevance | path

Searched defs:coeffRef (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/
DMapBase.h101 inline const Scalar& coeffRef(Index rowId, Index colId) const in coeffRef() function
106 inline const Scalar& coeffRef(Index index) const in coeffRef() function
201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef() function
206 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef() function
DTranspositions.h86 inline Index& coeffRef(Index i) { return indices().coeffRef(i); } in coeffRef() function
DTriangularMatrix.h55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() function
DDenseCoeffsBase.h314 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() function
358 coeffRef(Index index) in coeffRef() function
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h58 CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } in coeffRef() function
59 const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } in coeffRef() function
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h320 inline Scalar& coeffRef(int row, int col) in coeffRef() function
331 inline Scalar& coeffRef(int index) in coeffRef() function
DAmbiVector.h182 _Scalar& AmbiVector<_Scalar,_Index>::coeffRef(_Index i) in coeffRef() function