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

1 2

  /external/eigen/failtest/
swap_2.cpp 12 b.swap(ac.const_cast_derived());
  /external/eigen/Eigen/src/Core/
NestByValue.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<LoadMode>(row, col, x);
90 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
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);
EigenBase.h 50 inline Derived& const_cast_derived() const function in struct:Eigen::EigenBase
ArrayBase.h 65 using Base::const_cast_derived;
CwiseUnaryView.h 84 nestedExpression() { return m_matrix.const_cast_derived(); }
Reverse.h 206 internal::vectorwise_reverse_inplace_impl<Direction>::run(_expression().const_cast_derived());
Ref.h 224 Base::construct(expr.const_cast_derived());