|
TR-mbed 1.0
|
#include <NullaryFunctors.h>
Public Member Functions | |
| EIGEN_DEVICE_FUNC | linspaced_op (const Scalar &low, const Scalar &high, Index num_steps) |
| template<typename IndexType > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar | operator() (IndexType i) const |
| template<typename Packet , typename IndexType > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet | packetOp (IndexType i) const |
Public Attributes | |
| const linspaced_op_impl< Scalar, NumTraits< Scalar >::IsInteger > | impl |
|
inline |
|
inline |
|
inline |
| const linspaced_op_impl<Scalar,NumTraits<Scalar>::IsInteger> Eigen::internal::linspaced_op< Scalar >::impl |