parent
e9bd04ad1f
commit
20f7eb36d9
@ -139,7 +139,7 @@ struct scalar_left : private Binary {
|
||||
typedef Tout result_type;
|
||||
const Tin* left;
|
||||
|
||||
inline scalar_left(const scalar_left& other) = default;
|
||||
EIGEN_DEVICE_FUNC inline scalar_left(const scalar_left& other) = default;
|
||||
|
||||
template <typename... Args>
|
||||
EIGEN_DEVICE_FUNC inline explicit scalar_left(const Tin* c, Args... args)
|
||||
@ -169,7 +169,7 @@ struct scalar_right : private Binary {
|
||||
typedef Tout result_type;
|
||||
const Tin* right;
|
||||
|
||||
inline scalar_right(const scalar_right& other) = default;
|
||||
EIGEN_DEVICE_FUNC inline scalar_right(const scalar_right& other) = default;
|
||||
|
||||
template <typename... Args>
|
||||
EIGEN_DEVICE_FUNC inline explicit scalar_right(const Tin* c, Args... args)
|
||||
|
Loading…
Reference in New Issue
Block a user