HomeSort by relevance Sort by last modified time
    Searched full:colid (Results 1 - 13 of 13) sorted by null

  /external/eigen/Eigen/src/Core/
Swap.h 52 inline Scalar& coeffRef(Index rowId, Index colId)
54 return m_expression.const_cast_derived().coeffRef(rowId, colId);
62 inline Scalar& coeffRef(Index rowId, Index colId) const
64 return m_expression.coeffRef(rowId, colId);
73 void copyCoeff(Index rowId, Index colId, const DenseBase<OtherDerived>& other)
77 && colId >= 0 && colId < cols());
78 Scalar tmp = m_expression.coeff(rowId, colId);
79 m_expression.coeffRef(rowId, colId) = _other.coeff(rowId, colId);
    [all...]
ArrayWrapper.h 61 inline CoeffReturnType coeff(Index rowId, Index colId) const
63 return m_expression.coeff(rowId, colId);
66 inline Scalar& coeffRef(Index rowId, Index colId)
68 return m_expression.const_cast_derived().coeffRef(rowId, colId);
71 inline const Scalar& coeffRef(Index rowId, Index colId) const
73 return m_expression.const_cast_derived().coeffRef(rowId, colId);
92 inline const PacketScalar packet(Index rowId, Index colId) const
94 return m_expression.template packet<LoadMode>(rowId, colId);
98 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
100 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val)
    [all...]
CwiseUnaryOp.h 101 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const
103 return derived().functor()(derived().nestedExpression().coeff(rowId, colId));
107 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const
109 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(rowId, colId));
Replicate.h 92 inline Scalar coeff(Index rowId, Index colId) const
99 : ColFactor==1 ? colId
100 : colId%m_matrix.cols();
105 inline PacketScalar packet(Index rowId, Index colId) const
111 : ColFactor==1 ? colId
112 : colId%m_matrix.cols();
MapBase.h 90 inline const Scalar& coeff(Index rowId, Index colId) const
92 return m_data[colId * colStride() + rowId * rowStride()];
101 inline const Scalar& coeffRef(Index rowId, Index colId) const
103 return this->m_data[colId * colStride() + rowId * rowStride()];
113 inline PacketScalar packet(Index rowId, Index colId) const
116 (m_data + (colId * colStride() + rowId * rowStride()));
Block.h 210 inline Scalar& coeffRef(Index rowId, Index colId)
214 .coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
217 inline const Scalar& coeffRef(Index rowId, Index colId) const
220 .coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
223 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index rowId, Index colId) const
225 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());
251 inline PacketScalar packet(Index rowId, Index colId) const
254 (rowId + m_startRow.value(), colId + m_startCol.value());
258 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
261 (rowId + m_startRow.value(), colId + m_startCol.value(), val)
    [all...]
Transpose.h 121 inline ScalarWithConstIfNotLvalue& coeffRef(Index rowId, Index colId)
124 return derived().nestedExpression().const_cast_derived().coeffRef(colId, rowId);
133 inline const Scalar& coeffRef(Index rowId, Index colId) const
135 return derived().nestedExpression().coeffRef(colId, rowId);
143 inline CoeffReturnType coeff(Index rowId, Index colId) const
145 return derived().nestedExpression().coeff(colId, rowId);
154 inline const PacketScalar packet(Index rowId, Index colId) const
156 return derived().nestedExpression().template packet<LoadMode>(colId, rowId);
160 inline void writePacket(Index rowId, Index colId, const PacketScalar& x)
162 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(colId, rowId, x)
    [all...]
CwiseBinaryOp.h 172 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const
174 return derived().functor()(derived().lhs().coeff(rowId, colId),
175 derived().rhs().coeff(rowId, colId));
179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const
181 return derived().functor().packetOp(derived().lhs().template packet<LoadMode>(rowId, colId),
182 derived().rhs().template packet<LoadMode>(rowId, colId));
PlainObjectBase.h 138 EIGEN_STRONG_INLINE const Scalar& coeff(Index rowId, Index colId) const
141 return m_storage.data()[colId + rowId * m_storage.cols()];
143 return m_storage.data()[rowId + colId * m_storage.rows()];
151 EIGEN_STRONG_INLINE Scalar& coeffRef(Index rowId, Index colId)
154 return m_storage.data()[colId + rowId * m_storage.cols()];
156 return m_storage.data()[rowId + colId * m_storage.rows()];
164 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index rowId, Index colId) const
167 return m_storage.data()[colId + rowId * m_storage.cols()];
169 return m_storage.data()[rowId + colId * m_storage.rows()];
179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) cons
    [all...]
Visitor.h 175 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const
180 if (colId) *colId = minVisitor.col;
CwiseNullaryOp.h 69 EIGEN_STRONG_INLINE const Scalar coeff(Index rowId, Index colId) const
71 return m_functor(rowId, colId);
75 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const
77 return m_functor.packetOp(rowId, colId);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledb.h 1784 DBID colid; member in struct:tagDBPROP
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en     [all...]

Completed in 1938 milliseconds