/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorRef.h | 69 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 D | Tensor.h | 155 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 D | TensorFixedSize.h | 109 …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 D | TensorEvaluator.h | 99 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 D | MapBase.h | 121 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 D | DenseCoeffsBase.h | 342 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() function 389 coeffRef(Index index) in coeffRef() function
|
H A D | Transpositions.h | 53 inline StorageIndex& coeffRef(Index i) { return indices().coeffRef(i); } in coeffRef() function
|
H A D | TriangularMatrix.h | 79 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 D | AutoDiffVector.h | 58 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 D | SparseBlock.h | 241 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 D | AmbiVector.h | 187 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeffRef(Index i) in coeffRef() function
|