|
Medial Code Documentation
|
Public Types | |
| typedef NumTraits< Scalar >::Real | RealScalar |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | linspaced_op_impl (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 |
Data Fields | |
| const Scalar | m_low |
| const Scalar | m_high |
| const Index | m_size1 |
| const Scalar | m_step |
| const bool | m_flip |