![]() |
|
Template functor to arithmetically shift a scalar right by a number of bits. More...
#include <UnaryFunctors.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar | operator() (const Scalar &a) const |
template<typename Packet > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet | packetOp (const Packet &a) const |
Template functor to arithmetically shift a scalar right by a number of bits.
|
inline |
References a, and Eigen::numext::arithmetic_shift_right().
|
inline |