![]() |
|
Template functor to logically shift a scalar left 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 logically shift a scalar left by a number of bits.
|
inline |
References a, and Eigen::numext::logical_shift_left().
|
inline |