#include <Functors.h>
Public Types | |
| typedef packet_traits< Scalar > ::type | Packet |
Public Member Functions | |
| linspaced_op (const Scalar &low, const Scalar &high, DenseIndex 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 |
Definition at line 650 of file Functors.h.
| typedef packet_traits<Scalar>::type Eigen::internal::linspaced_op< Scalar, RandomAccess >::Packet |
Definition at line 652 of file Functors.h.
| Eigen::internal::linspaced_op< Scalar, RandomAccess >::linspaced_op | ( | const Scalar & | low, |
| const Scalar & | high, | ||
| DenseIndex | num_steps | ||
| ) | [inline] |
Definition at line 653 of file Functors.h.
| EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() | ( | Index | i | ) | const [inline] |
Definition at line 656 of file Functors.h.
| EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
Definition at line 661 of file Functors.h.
| EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op< Scalar, RandomAccess >::packetOp | ( | Index | i | ) | const [inline] |
Definition at line 668 of file Functors.h.
| EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op< Scalar, RandomAccess >::packetOp | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
Definition at line 673 of file Functors.h.
| const linspaced_op_impl<Scalar,RandomAccess> Eigen::internal::linspaced_op< Scalar, RandomAccess >::impl |
Definition at line 682 of file Functors.h.