Definition at line 544 of file Functors.h.
#include <src/Core/Functors.h>
Public Types | |
| typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
| linspaced_op_impl (Scalar low, Scalar step) | |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Scalar | operator() (Index i) const |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Packet | packetOp (Index i) const |
Public Attributes | |
| const Scalar | m_low |
| const Scalar | m_step |
| const Packet | m_lowPacket |
| const Packet | m_stepPacket |
| const Packet | m_interPacket |
| typedef packet_traits<Scalar>::type internal::linspaced_op_impl< Scalar, true >::Packet |
Definition at line 546 of file Functors.h.
| internal::linspaced_op_impl< Scalar, true >::linspaced_op_impl | ( | Scalar | low, |
| Scalar | step | ||
| ) | [inline] |
Definition at line 548 of file Functors.h.
| EIGEN_STRONG_INLINE const Scalar internal::linspaced_op_impl< Scalar, true >::operator() | ( | Index | i ) | const [inline] |
Definition at line 553 of file Functors.h.
| EIGEN_STRONG_INLINE const Packet internal::linspaced_op_impl< Scalar, true >::packetOp | ( | Index | i ) | const [inline] |
Definition at line 556 of file Functors.h.
References internal::padd(), and internal::pmul().
| const Packet internal::linspaced_op_impl< Scalar, true >::m_interPacket |
Definition at line 563 of file Functors.h.
| const Scalar internal::linspaced_op_impl< Scalar, true >::m_low |
Definition at line 559 of file Functors.h.
| const Packet internal::linspaced_op_impl< Scalar, true >::m_lowPacket |
Definition at line 561 of file Functors.h.
| const Scalar internal::linspaced_op_impl< Scalar, true >::m_step |
Definition at line 560 of file Functors.h.
| const Packet internal::linspaced_op_impl< Scalar, true >::m_stepPacket |
Definition at line 562 of file Functors.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |