Searched refs:rowId (Results 1 – 7 of 7) sorted by relevance
222 inline Scalar& coeffRef(Index rowId, Index colId)225 return m_xpr.coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());229 inline const Scalar& coeffRef(Index rowId, Index colId) const231 return m_xpr.derived().coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());235 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const237 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());263 inline PacketScalar packet(Index rowId, Index colId) const265 … 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)271 …m_xpr.template writePacket<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value(), val);
103 inline const Scalar& coeff(Index rowId, Index colId) const in coeff() argument105 return m_data[colId * colStride() + rowId * rowStride()]; in coeff()118 inline const Scalar& coeffRef(Index rowId, Index colId) const in coeffRef() argument120 return this->m_data[colId * colStride() + rowId * rowStride()]; in coeffRef()133 inline PacketScalar packet(Index rowId, Index colId) const in packet() argument136 (m_data + (colId * colStride() + rowId * rowStride())); in packet()
78 inline const Scalar& coeffRef(Index rowId, Index colId) const80 return m_expression.coeffRef(rowId, colId);176 inline const Scalar& coeffRef(Index rowId, Index colId) const178 return m_expression.derived().coeffRef(rowId, colId);
160 EIGEN_STRONG_INLINE const Scalar& coeff(Index rowId, Index colId) const163 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)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) const207 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, Index colId) const[all …]
207 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const211 *rowId = minVisitor.row;
139 inline const Scalar& coeffRef(Index rowId, Index colId) const141 return derived().nestedExpression().coeffRef(colId, rowId);
META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...