Definition at line 574 of file Functors.h.
#include <src/Core/Functors.h>
Public Types | |
| typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
| linspaced_op (Scalar low, Scalar high, int num_steps) | |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Scalar | operator() (Index i) const |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Scalar | operator() (Index row, Index col) const |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Packet | packetOp (Index i) const |
| template<typename Index > | |
| EIGEN_STRONG_INLINE const Packet | packetOp (Index row, Index col) const |
Public Attributes | |
| const linspaced_op_impl < Scalar, RandomAccess > | impl |
| typedef packet_traits<Scalar>::type internal::linspaced_op< Scalar, RandomAccess >::Packet |
Definition at line 576 of file Functors.h.
| internal::linspaced_op< Scalar, RandomAccess >::linspaced_op | ( | Scalar | low, |
| Scalar | high, | ||
| int | num_steps | ||
| ) | [inline] |
Definition at line 577 of file Functors.h.
| EIGEN_STRONG_INLINE const Scalar internal::linspaced_op< Scalar, RandomAccess >::operator() | ( | Index | i ) | const [inline] |
Definition at line 580 of file Functors.h.
| EIGEN_STRONG_INLINE const Scalar internal::linspaced_op< Scalar, RandomAccess >::operator() | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
Definition at line 585 of file Functors.h.
References eigen_assert.
| EIGEN_STRONG_INLINE const Packet internal::linspaced_op< Scalar, RandomAccess >::packetOp | ( | Index | i ) | const [inline] |
Definition at line 592 of file Functors.h.
| EIGEN_STRONG_INLINE const Packet internal::linspaced_op< Scalar, RandomAccess >::packetOp | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
Definition at line 597 of file Functors.h.
References eigen_assert.
| const linspaced_op_impl<Scalar,RandomAccess> internal::linspaced_op< Scalar, RandomAccess >::impl |
Definition at line 606 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 |