Home
last modified time | relevance | path

Searched refs:const_cast_derived (Results 1 – 25 of 35) sorted by relevance

12

/external/eigen/Eigen/src/Core/
DNestByValue.h56 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<LoadMode>(row, col, x);
90 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
DForceAlignedAccess.h56 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);
DEigenBase.h51 inline Derived& const_cast_derived() const in const_cast_derived() function
DCwiseUnaryView.h84 nestedExpression() { return m_matrix.const_cast_derived(); }
DReverse.h206 internal::vectorwise_reverse_inplace_impl<Direction>::run(_expression().const_cast_derived());
DArrayBase.h65 using Base::const_cast_derived;
DDenseBase.h77 using Base::const_cast_derived;
418 call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op<Scalar>()); in swap()
DTriangularMatrix.h523 call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op<Scalar>());
533 call_assignment(derived(), other.const_cast_derived(), internal::swap_assign_op<Scalar>());
799 Kernel kernel(dstEvaluator, srcEvaluator, func, dst.const_cast_derived());
DRef.h224 Base::construct(expr.const_cast_derived());
DSolveTriangular.h169 OtherDerived& other = _other.const_cast_derived();
DProductEvaluators.h303 …e Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() = src; } …
304 …e Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() += src; } …
305 …e Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() -= src; } …
310 dst.const_cast_derived() += m_scale * src;
/external/eigen/test/
Devaluators.cpp24 …call_assignment(dst.const_cast_derived(), src.derived(), internal::assign_op<typename DstXprType::… in copy_using_evaluator()
25 return dst.const_cast_derived(); in copy_using_evaluator()
45 dst.const_cast_derived().resizeLike(src.derived()); in copy_using_evaluator()
48 …call_assignment(dst.const_cast_derived(), src.derived(), internal::assign_op<typename DstXprType::… in copy_using_evaluator()
49 return dst.const_cast_derived(); in copy_using_evaluator()
70 …call_assignment(dst.const_cast_derived(), src.derived(), internal::mul_assign_op<Scalar,typename S… in multiply_assign_using_evaluator()
77 …call_assignment(dst.const_cast_derived(), src.derived(), internal::div_assign_op<Scalar,typename S… in divide_assign_using_evaluator()
84 …call_assignment(dst.const_cast_derived(), src.const_cast_derived(), internal::swap_assign_op<Scala… in swap_using_evaluator()
/external/eigen/failtest/
Dswap_2.cpp12 b.swap(ac.const_cast_derived()); in main()
/external/eigen/Eigen/src/SparseCore/
DSparseCompressedBase.h295 operator Derived&() { return m_matrix->const_cast_derived(); }
306 return m_matrix->const_cast_derived().valuePtr()[p];
313 return m_matrix->const_cast_derived().valuePtr()[p];
DSparseVector.h305 swap(other.const_cast_derived());
434 operator SparseVectorType&() { return m_matrix->const_cast_derived(); }
DSparseRef.h171 Base::construct(expr.const_cast_derived());
289 Base::construct(expr.const_cast_derived());
DSparseMatrixBase.h140 inline Derived& const_cast_derived() const in const_cast_derived() function
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h107 …_sparse res = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.const_cast_derived()));
114 …_sparse res = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.const_cast_derived()));
123 …es = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.matrix().const_cast_derived()));
317 …ame RhsDerived::Scalar,ColMajor,typename RhsDerived::StorageIndex> > b_ref(b.const_cast_derived());
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h668 m_sluB = SluMatrix::Map(b_ref.const_cast_derived());
669 m_sluX = SluMatrix::Map(x_ref.const_cast_derived());
675 m_sluB = SluMatrix::Map(b_cpy.const_cast_derived());
991 m_sluB = SluMatrix::Map(b_ref.const_cast_derived());
992 m_sluX = SluMatrix::Map(x_ref.const_cast_derived());
998 m_sluB = SluMatrix::Map(b_cpy.const_cast_derived());
/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockOfDynamicSparseMatrix.h75 m_matrix.const_cast_derived()._data()[m_outerStart+j].swap(aux._data());
DDynamicSparseMatrix.h267 swap(other.const_cast_derived());
378 operator SparseMatrixType&() { return m_matrix->const_cast_derived(); }
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h99 inline Derived& const_cast_derived() const { in const_cast_derived() function
/external/eigen/Eigen/src/Core/products/
DSelfadjointRank2Update.h86 …::run(_expression().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(a…
DSelfadjointProduct.h126 …selfadjoint_product_selector<MatrixType,DerivedU,UpLo>::run(_expression().const_cast_derived(), u.…
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h270 y_cd = viewAsCholmod(m_other.const_cast_derived());

12