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 Eigen::internal::linspaced_op::Packet |
| Eigen::internal::linspaced_op::linspaced_op | ( | Scalar | low, |
| Scalar | high, | ||
| int | num_steps | ||
| ) | [inline] |
| EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op::operator() | ( | Index | i | ) | const [inline] |
| EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op::operator() | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op::packetOp | ( | Index | i | ) | const [inline] |
| EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op::packetOp | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const linspaced_op_impl<Scalar,RandomAccess> Eigen::internal::linspaced_op::impl |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |