Definition at line 520 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) const |
Public Attributes | |
const Scalar | m_low |
const Scalar | m_step |
const Packet | m_packetStep |
Packet | m_base |
typedef packet_traits<Scalar>::type internal::linspaced_op_impl< Scalar, false >::Packet |
Definition at line 522 of file Functors.h.
internal::linspaced_op_impl< Scalar, false >::linspaced_op_impl | ( | Scalar | low, |
Scalar | step | ||
) | [inline] |
Definition at line 524 of file Functors.h.
EIGEN_STRONG_INLINE const Scalar internal::linspaced_op_impl< Scalar, false >::operator() | ( | Index | i | ) | const [inline] |
Definition at line 530 of file Functors.h.
EIGEN_STRONG_INLINE const Packet internal::linspaced_op_impl< Scalar, false >::packetOp | ( | Index | ) | const [inline] |
Definition at line 532 of file Functors.h.
References internal::padd().
Definition at line 537 of file Functors.h.
const Scalar internal::linspaced_op_impl< Scalar, false >::m_low |
Definition at line 534 of file Functors.h.
const Packet internal::linspaced_op_impl< Scalar, false >::m_packetStep |
Definition at line 536 of file Functors.h.
const Scalar internal::linspaced_op_impl< Scalar, false >::m_step |
Definition at line 535 of file Functors.h.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |