mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-16 03:13:14 +08:00
Code cleanup
This commit is contained in:
parent
575cda76b3
commit
f0b154a4b0
@ -32,7 +32,7 @@ struct traits<TensorConversionOp<TargetType, XprType> >
|
|||||||
static const int NumDimensions = traits<XprType>::NumDimensions;
|
static const int NumDimensions = traits<XprType>::NumDimensions;
|
||||||
static const int Layout = traits<XprType>::Layout;
|
static const int Layout = traits<XprType>::Layout;
|
||||||
enum { Flags = 0 };
|
enum { Flags = 0 };
|
||||||
typedef typename ::Eigen::internal::TypeConversion<Scalar, typename traits<XprType>::PointerType>::type PointerType;
|
typedef typename TypeConversion<Scalar, typename traits<XprType>::PointerType>::type PointerType;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename TargetType, typename XprType>
|
template<typename TargetType, typename XprType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user