Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorRef.h69 EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex /*index*/) { in coeffRef() function
93 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
H A DTensor.h155 inline Scalar& coeffRef(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) in coeffRef() function
164 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
H A DTensorFixedSize.h109 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndice… in coeffRef() function
118 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
H A DTensorEvaluator.h99 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType& coeffRef(Index index) { in coeffRef() function
138 coeffRef(const array<DenseIndex, NumCoords>& coords) { in coeffRef() function
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DMapBase.h121 inline const Scalar& coeffRef(Index rowId, Index colId) const in coeffRef() function
128 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
H A DDenseCoeffsBase.h342 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() function
389 coeffRef(Index index) in coeffRef() function
H A DTranspositions.h53 inline StorageIndex& coeffRef(Index i) { return indices().coeffRef(i); } in coeffRef() function
H A DTriangularMatrix.h79 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() function
/aosp_15_r20/external/eigen/unsupported/Eigen/src/AutoDiff/
H A 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
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h241 inline Scalar& coeffRef(Index row, Index col) in coeffRef() function
364 inline Scalar& coeffRef(Index row, Index col) in coeffRef() function
374 inline Scalar& coeffRef(Index index) in coeffRef() function
H A DAmbiVector.h187 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeffRef(Index i) in coeffRef() function