HomeSort by relevance Sort by last modified time
    Searched refs:const_cast_derived (Results 1 - 25 of 46) sorted by null

1 2

  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 63 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
73 return m_expression.const_cast_derived().coeffRef(rowId, colId);
78 return m_expression.const_cast_derived().coeffRef(rowId, colId);
88 return m_expression.const_cast_derived().coeffRef(index);
93 return m_expression.const_cast_derived().coeffRef(index);
105 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
117 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
131 void resize(Index newSize) { m_expression.const_cast_derived().resize(newSize); }
134 void resize(Index nbRows, Index nbCols) { m_expression.const_cast_derived().resize(nbRows,nbCols); }
188 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data();
    [all...]
Flagged.h 70 return m_matrix.const_cast_derived().coeffRef(row, col);
75 return m_matrix.const_cast_derived().coeffRef(index);
80 return m_matrix.const_cast_derived().coeffRef(row, col);
85 return m_matrix.const_cast_derived().coeffRef(index);
97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col, x);
109 m_matrix.const_cast_derived().template writePacket<LoadMode>(index, x);
NestByValue.h 57 return m_expression.const_cast_derived().coeffRef(row, col);
67 return m_expression.const_cast_derived().coeffRef(index);
79 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
91 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
Swap.h 54 return m_expression.const_cast_derived().coeffRef(rowId, colId);
59 return m_expression.const_cast_derived().coeffRef(index);
75 OtherDerived& _other = other.const_cast_derived();
86 OtherDerived& _other = other.const_cast_derived();
96 OtherDerived& _other = other.const_cast_derived();
109 OtherDerived& _other = other.const_cast_derived();
ForceAlignedAccess.h 56 return m_expression.const_cast_derived().coeffRef(row, col);
66 return m_expression.const_cast_derived().coeffRef(index);
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
SelfCwiseBinaryOp.h 68 return m_matrix.const_cast_derived().coeffRef(row, col);
80 return m_matrix.const_cast_derived().coeffRef(index);
84 return m_matrix.const_cast_derived().coeffRef(index);
90 OtherDerived& _other = other.const_cast_derived();
100 OtherDerived& _other = other.const_cast_derived();
109 OtherDerived& _other = other.const_cast_derived();
119 OtherDerived& _other = other.const_cast_derived();
Diagonal.h 98 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
99 inline const Scalar* data() const { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }
104 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
109 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
120 return m_matrix.const_cast_derived().coeffRef(idx+rowOffset(), idx+colOffset());
125 return m_matrix.const_cast_derived().coeffRef(idx+rowOffset(), idx+colOffset());
CwiseUnaryView.h 83 nestedExpression() { return m_matrix.const_cast_derived(); }
128 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(row, col));
133 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(index));
Reverse.h 118 return m_matrix.const_cast_derived().coeffRef(ReverseRow ? m_matrix.rows() - row - 1 : row,
135 return m_matrix.const_cast_derived().coeffRef(m_matrix.size() - index - 1);
155 m_matrix.const_cast_derived().template writePacket<LoadMode>(
170 m_matrix.const_cast_derived().template writePacket<LoadMode>(m_matrix.size() - index - PacketSize, internal::preverse(x));
SelfAdjointView.h 95 return m_matrix.const_cast_derived().coeffRef(row, col);
172 m_matrix.const_cast_derived().template triangularView<UpLo>() = other;
173 m_matrix.const_cast_derived().template triangularView<OtherPart>() = other.adjoint();
182 m_matrix.const_cast_derived().template triangularView<UpLo>() = other.toDenseMatrix();
183 m_matrix.const_cast_derived().template triangularView<OtherPart>() = other.toDenseMatrix().adjoint();
Transpose.h 78 nestedExpression() { return m_matrix.const_cast_derived(); }
124 return derived().nestedExpression().const_cast_derived().coeffRef(colId, rowId);
130 return derived().nestedExpression().const_cast_derived().coeffRef(index);
162 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(colId, rowId, x);
174 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(index, x);
EigenBase.h 38 inline Derived& const_cast_derived() const function in struct:Eigen::EigenBase
Block.h 214 return m_xpr.const_cast_derived()
232 return m_xpr.const_cast_derived()
239 return m_xpr.const_cast_derived()
261 m_xpr.const_cast_derived().template writePacket<Unaligned>
276 m_xpr.const_cast_derived().template writePacket<Unaligned>
CwiseUnaryOp.h 82 nestedExpression() { return m_xpr.const_cast_derived(); }
ArrayBase.h 70 using Base::const_cast_derived;
GeneralProduct.h 271 struct set { template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() = src; } };
272 struct add { template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() += src; } };
273 struct sub { template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() -= src; } };
278 dst.const_cast_derived() += m_scale * src;
  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 33 vectors.const_cast_derived().coeffRef(i,i) = Scalar(1);
36 vectors.const_cast_derived().coeffRef(i, i) = Vii;
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 75 return m_matrix.const_cast_derived() = *this * other;
83 return m_matrix.const_cast_derived() = *this / other;
278 return m_matrix.const_cast_derived() = *this + scalar;
293 return m_matrix.const_cast_derived() = *this - scalar;
Minor.h 76 return m_matrix.const_cast_derived().coeffRef(row + (row >= m_row), col + (col >= m_col));
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 75 m_matrix.const_cast_derived()._data()[m_outerStart+j].swap(aux._data());
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 101 cholmod_sparse res = viewAsCholmod(mat.const_cast_derived());
110 cholmod_sparse res = viewAsCholmod(mat.matrix().const_cast_derived());
301 Rhs& b_ref(b.const_cast_derived());
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 86 ::run(_expression().const_cast_derived().data(),_expression().outerStride(),actualU,actualV,actualAlpha);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 99 inline Derived& const_cast_derived() const { function in class:Eigen::SkylineMatrixBase
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 217 { return m_matrix.const_cast_derived().valuePtr() + m_matrix.outerIndexPtr()[m_outerStart]; }
222 { return m_matrix.const_cast_derived().innerIndexPtr() + m_matrix.outerIndexPtr()[m_outerStart]; }
227 { return m_matrix.const_cast_derived().outerIndexPtr() + m_outerStart; }
242 return m_matrix.const_cast_derived().coeffRef(row + (IsRowMajor ? m_outerStart : 0), col + (IsRowMajor ? 0 : m_outerStart));
449 return m_matrix.const_cast_derived()
460 return m_matrix.const_cast_derived()
SparseSelfAdjointView.h 70 _MatrixTypeNested& matrix() { return m_matrix.const_cast_derived(); }
204 m_matrix.const_cast_derived() = tmp.template triangularView<UpLo>();
206 m_matrix.const_cast_derived() += alpha * tmp.template triangularView<UpLo>();

Completed in 452 milliseconds

1 2