Medial Code Documentation
|
Public Member Functions | |
linspaced_op (const Scalar &low, const Scalar &high, Index num_steps) | |
template<typename Index > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar | operator() (Index i) const |
template<typename Index > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar | operator() (Index row, Index col) const |
template<typename Index , typename Packet > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet | packetOp (Index i) const |
template<typename Index , typename Packet > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet | packetOp (Index row, Index col) const |
Data Fields | |
const linspaced_op_impl< Scalar, PacketType, RandomAccess > | impl |