mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Remove reference to non-existent unary_op_base class.
This commit is contained in:
parent
eda90baf35
commit
4da2c6b197
@ -172,7 +172,7 @@ struct functor_traits<scalar_cast_op<Scalar,NewType> >
|
|||||||
* \sa class CwiseUnaryOp, MatrixBase::shift_right()
|
* \sa class CwiseUnaryOp, MatrixBase::shift_right()
|
||||||
*/
|
*/
|
||||||
template<typename Scalar, int N>
|
template<typename Scalar, int N>
|
||||||
struct scalar_shift_right_op : unary_op_base<Scalar> {
|
struct scalar_shift_right_op {
|
||||||
EIGEN_EMPTY_STRUCT_CTOR(scalar_shift_right_op)
|
EIGEN_EMPTY_STRUCT_CTOR(scalar_shift_right_op)
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const
|
||||||
@ -191,7 +191,7 @@ struct functor_traits<scalar_shift_right_op<Scalar,N> >
|
|||||||
* \sa class CwiseUnaryOp, MatrixBase::shift_left()
|
* \sa class CwiseUnaryOp, MatrixBase::shift_left()
|
||||||
*/
|
*/
|
||||||
template<typename Scalar, int N>
|
template<typename Scalar, int N>
|
||||||
struct scalar_shift_left_op : unary_op_base<Scalar> {
|
struct scalar_shift_left_op {
|
||||||
EIGEN_EMPTY_STRUCT_CTOR(scalar_shift_left_op)
|
EIGEN_EMPTY_STRUCT_CTOR(scalar_shift_left_op)
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user