Searched refs:rowId (Results 1 - 15 of 15) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMapBase.h103 inline const Scalar& coeff(Index rowId, Index colId) const argument
105 return m_data[colId * colStride() + rowId * rowStride()];
118 inline const Scalar& coeffRef(Index rowId, Index colId) const argument
120 return this->m_data[colId * colStride() + rowId * rowStride()];
133 inline PacketScalar packet(Index rowId, Index colId) const argument
136 (m_data + (colId * colStride() + rowId * rowStride()));
H A DArrayWrapper.h78 inline const Scalar& coeffRef(Index rowId, Index colId) const argument
80 return m_expression.coeffRef(rowId, colId);
176 inline const Scalar& coeffRef(Index rowId, Index colId) const argument
178 return m_expression.derived().coeffRef(rowId, colId);
H A DBlock.h222 inline Scalar& coeffRef(Index rowId, Index colId) argument
225 return m_xpr.coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
229 inline const Scalar& coeffRef(Index rowId, Index colId) const argument
231 return m_xpr.derived().coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
235 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const argument
237 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());
263 inline PacketScalar packet(Index rowId, Index colId) const argument
265 return m_xpr.template packet<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value());
269 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) argument
271 m_xpr.template writePacket<Unaligned>(rowId
[all...]
H A DPlainObjectBase.h160 EIGEN_STRONG_INLINE const Scalar& coeff(Index rowId, Index colId) const argument
163 return m_storage.data()[colId + rowId * m_storage.cols()];
165 return m_storage.data()[rowId + colId * m_storage.rows()];
183 EIGEN_STRONG_INLINE Scalar& coeffRef(Index rowId, Index colId) argument
186 return m_storage.data()[colId + rowId * m_storage.cols()];
188 return m_storage.data()[rowId + colId * m_storage.rows()];
204 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index rowId, Index colId) const argument
207 return m_storage.data()[colId + rowId * m_storage.cols()];
209 return m_storage.data()[rowId + colId * m_storage.rows()];
222 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Inde argument
239 writePacket(Index rowId, Index colId, const PacketScalar& val) argument
[all...]
H A DVisitor.h197 /** \fn DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
207 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const argument
211 *rowId = minVisitor.row;
234 /** \fn DenseBase<Derived>::maxCoeff(IndexType* rowId, IndexType* colId) const
H A DTranspose.h139 inline const Scalar& coeffRef(Index rowId, Index colId) const argument
141 return derived().nestedExpression().coeffRef(colId, rowId);
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 294 milliseconds