Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h66 EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex /*index*/) { in coeffRef() function
88 EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex index) { in coeffRef() function
205 EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndices) in coeffRef() function
252 EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1) in coeffRef() function
260 EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1, Index i2) in coeffRef() function
279 EIGEN_STRONG_INLINE Scalar& coeffRef(Index i0, Index i1, Index i2, Index i3, Index i4) in coeffRef() function
310 EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices) in coeffRef() function
335 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) in coeffRef() function
DTensorFixedSize.h102 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndice… in coeffRef() function
111 EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices) in coeffRef() function
118 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) in coeffRef() function
125 EIGEN_STRONG_INLINE Scalar& coeffRef() in coeffRef() function
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
DTensorEvaluator.h71 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) { in coeffRef() function
97 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<DenseIndex, NumCoords>& coords)… in coeffRef() function
/external/eigen/Eigen/src/Core/
DMapBase.h118 inline const Scalar& coeffRef(Index rowId, Index colId) const in coeffRef() function
125 inline const Scalar& coeffRef(Index index) const in coeffRef() function
252 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef() function
258 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef() function
DTranspositions.h58 inline StorageIndex& coeffRef(Index i) { return indices().coeffRef(i); } in coeffRef() function
DDenseCoeffsBase.h340 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() function
387 coeffRef(Index index) in coeffRef() function
DTriangularMatrix.h78 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } 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.h241 inline Scalar& coeffRef(Index row, Index col) in coeffRef() function
404 inline Scalar& coeffRef(Index row, Index col) in coeffRef() function
414 inline Scalar& coeffRef(Index index) in coeffRef() function
DAmbiVector.h186 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeffRef(Index i) in coeffRef() function