Home | History | Annotate | Download | only in Core

Lines Matching refs:m_step

566   m_low(low), m_step(step),
571 EIGEN_STRONG_INLINE const Scalar operator() (Index i) const { return m_low+i*m_step; }
576 const Scalar m_step;
590 m_low(low), m_step(step),
591 m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar>(0)) {}
594 EIGEN_STRONG_INLINE const Scalar operator() (Index i) const { return m_low+i*m_step; }
601 const Scalar m_step;