HomeSort by relevance Sort by last modified time
    Searched defs:coeffRef (Results 1 - 25 of 27) sorted by null

1 2

  /external/eigen/Eigen/src/Core/
Flagged.h 68 inline const Scalar& coeffRef(Index row, Index col) const
70 return m_matrix.const_cast_derived().coeffRef(row, col);
73 inline const Scalar& coeffRef(Index index) const
75 return m_matrix.const_cast_derived().coeffRef(index);
78 inline Scalar& coeffRef(Index row, Index col)
80 return m_matrix.const_cast_derived().coeffRef(row, col);
83 inline Scalar& coeffRef(Index index)
85 return m_matrix.const_cast_derived().coeffRef(index);
ForceAlignedAccess.h 54 inline Scalar& coeffRef(Index row, Index col)
56 return m_expression.const_cast_derived().coeffRef(row, col);
64 inline Scalar& coeffRef(Index index)
66 return m_expression.const_cast_derived().coeffRef(index);
NestByValue.h 55 inline Scalar& coeffRef(Index row, Index col)
57 return m_expression.const_cast_derived().coeffRef(row, col);
65 inline Scalar& coeffRef(Index index)
67 return m_expression.const_cast_derived().coeffRef(index);
ReturnByValue.h 29 // the Block-with-DirectAccess expression requires to have a coeffRef method.
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
Swap.h 52 inline Scalar& coeffRef(Index row, Index col)
54 return m_expression.const_cast_derived().coeffRef(row, col);
57 inline Scalar& coeffRef(Index index)
59 return m_expression.const_cast_derived().coeffRef(index);
62 inline Scalar& coeffRef(Index row, Index col) const
64 return m_expression.coeffRef(row, col);
67 inline Scalar& coeffRef(Index index) const
69 return m_expression.coeffRef(index);
79 m_expression.coeffRef(row, col) = _other.coeff(row, col);
80 _other.coeffRef(row, col) = tmp
    [all...]
ArrayWrapper.h 66 inline Scalar& coeffRef(Index row, Index col)
68 return m_expression.const_cast_derived().coeffRef(row, col);
71 inline const Scalar& coeffRef(Index row, Index col) const
73 return m_expression.const_cast_derived().coeffRef(row, col);
81 inline Scalar& coeffRef(Index index)
83 return m_expression.const_cast_derived().coeffRef(index);
86 inline const Scalar& coeffRef(Index index) const
88 return m_expression.const_cast_derived().coeffRef(index);
179 inline Scalar& coeffRef(Index row, Index col)
181 return m_expression.const_cast_derived().coeffRef(row, col)
    [all...]
CwiseUnaryView.h 122 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)
124 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(row, col));
127 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)
129 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(index));
Diagonal.h 97 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
98 inline const Scalar* data() const { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
100 inline Scalar& coeffRef(Index row, Index)
103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
106 inline const Scalar& coeffRef(Index row, Index) const
108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
116 inline Scalar& coeffRef(Index index)
119 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset());
122 inline const Scalar& coeffRef(Index index) const
124 return m_matrix.const_cast_derived().coeffRef(index+rowOffset(), index+colOffset())
    [all...]
MapBase.h 65 using Base::coeffRef;
101 inline const Scalar& coeffRef(Index row, Index col) const
106 inline const Scalar& coeffRef(Index index) const
185 using Base::coeffRef;
201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
206 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
Reverse.h 113 return coeffRef(row, col);
116 inline Scalar& coeffRef(Index row, Index col)
118 return m_matrix.const_cast_derived().coeffRef(ReverseRow ? m_matrix.rows() - row - 1 : row,
133 inline Scalar& coeffRef(Index index)
135 return m_matrix.const_cast_derived().coeffRef(m_matrix.size() - index - 1);
141 return coeffRef(index);
SelfAdjointView.h 89 /** \sa MatrixBase::coeffRef()
92 inline Scalar& coeffRef(Index row, Index col)
95 return m_matrix.const_cast_derived().coeffRef(row, col);
217 dst.coeffRef(row, col) = real(src.coeff(row, col));
219 dst.coeffRef(col, row) = conj(dst.coeffRef(row, col) = src.coeff(row, col));
242 dst.coeffRef(row, col) = real(src.coeff(row, col));
244 dst.coeffRef(col, row) = conj(dst.coeffRef(row, col) = src.coeff(row, col));
265 dst.coeffRef(j,i) = conj(dst.coeff(i,j))
    [all...]
SelfCwiseBinaryOp.h 65 inline Scalar& coeffRef(Index row, Index col)
68 return m_matrix.const_cast_derived().coeffRef(row, col);
70 inline const Scalar& coeffRef(Index row, Index col) const
72 return m_matrix.coeffRef(row, col);
77 inline Scalar& coeffRef(Index index)
80 return m_matrix.const_cast_derived().coeffRef(index);
82 inline const Scalar& coeffRef(Index index) const
84 return m_matrix.const_cast_derived().coeffRef(index);
93 Scalar& tmp = m_matrix.coeffRef(row,col);
102 Scalar& tmp = m_matrix.coeffRef(index)
    [all...]
Transpositions.h 86 inline Index& coeffRef(Index i) { return indices().coeffRef(i); }
111 coeffRef(i) = i;
Block.h 155 inline Scalar& coeffRef(Index row, Index col)
159 .coeffRef(row + m_startRow.value(), col + m_startCol.value());
162 inline const Scalar& coeffRef(Index row, Index col) const
165 .coeffRef(row + m_startRow.value(), col + m_startCol.value());
173 inline Scalar& coeffRef(Index index)
177 .coeffRef(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
181 inline const Scalar& coeffRef(Index index) const
184 .coeffRef(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
271 : Base(internal::const_cast_ptr(&xpr.coeffRef(
287 : Base(internal::const_cast_ptr(&xpr.coeffRef(startRow,startCol))), m_xpr(xpr
    [all...]
DenseCoeffsBase.h 44 // - The LvalueBit means exactly that we can offer a coeffRef() method, which means exactly that we can get references
92 * \sa operator()(Index,Index) const, coeffRef(Index,Index), coeff(Index) const
130 * \sa operator[](Index) const, coeffRef(Index), coeff(Index,Index) const
247 void coeffRef();
312 * \sa operator()(Index,Index), coeff(Index, Index) const, coeffRef(Index)
314 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)
318 return derived().coeffRef(row, col);
324 return coeffRef(rowIndexByOuterInner(outer, inner),
338 return derived().coeffRef(row, col);
354 * \sa operator[](Index), coeff(Index) const, coeffRef(Index,Index
    [all...]
ProductBase.h 155 const Scalar& coeffRef(Index row, Index col) const
159 return derived().coeffRef(row,col);
162 const Scalar& coeffRef(Index i) const
166 return derived().coeffRef(i);
Transpose.h 120 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
123 return derived().nestedExpression().const_cast_derived().coeffRef(col, row);
126 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
129 return derived().nestedExpression().const_cast_derived().coeffRef(index);
132 inline const Scalar& coeffRef(Index row, Index col) const
134 return derived().nestedExpression().coeffRef(col, row);
137 inline const Scalar& coeffRef(Index index) const
139 return derived().nestedExpression().coeffRef(index);
PlainObjectBase.h 15 # define EIGEN_INITIALIZE_BY_ZERO_IF_THAT_OPTION_IS_ENABLED for(int i=0;i<base().size();++i) coeffRef(i)=Scalar(0);
135 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)
143 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)
148 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index row, Index col) const
156 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index index) const
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 74 inline Scalar& coeffRef(Index row, Index col)
76 return m_matrix.const_cast_derived().coeffRef(row + (row >= m_row), col + (col >= m_col));
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffVector.h 58 CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); }
59 const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 47 Scalar& coeffRef(Index i);
182 _Scalar& AmbiVector<_Scalar,_Index>::coeffRef(_Index i)
MappedSparseMatrix.h 85 inline Scalar& coeffRef(Index row, Index col)
92 eigen_assert(end>=start && "you probably called coeffRef on a non finalized matrix");
93 eigen_assert(end>start && "coeffRef cannot be called on a zero coefficient");
96 eigen_assert((*r==inner) && (id<end) && "coeffRef cannot be called on a zero coefficient");
SparseVector.h 95 inline Scalar& coeffRef(Index row, Index col)
107 inline Scalar& coeffRef(Index i)
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 195 inline Scalar& coeffRef(Index row, Index col) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 103 inline Scalar& coeffRef(Index row, Index col)
295 * \see fillrand(), coeffRef()
306 * Compared to the generic coeffRef(), the unique limitation is that we assume

Completed in 298 milliseconds

1 2