HomeSort by relevance Sort by last modified time
    Searched defs:XprType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 151 template<typename XprType> struct blas_traits
153 typedef typename traits<XprType>::Scalar Scalar;
154 typedef const XprType& ExtractType;
155 typedef XprType _ExtractType;
160 HasUsableDirectAccess = ( (int(XprType::Flags)&DirectAccessBit)
161 && ( bool(XprType::IsVectorAtCompileTime)
162 || int(inner_stride_at_compile_time<XprType>::ret) == 1)
169 static inline ExtractType extract(const XprType& x) { return x; }
170 static inline const Scalar extractScalarFactor(const XprType&) { return Scalar(1); }
179 typedef CwiseUnaryOp<scalar_conjugate_op<Scalar>, NestedXpr> XprType;
    [all...]
  /external/eigen/Eigen/src/Core/
Transpose.h 333 typedef SelfCwiseBinaryOp<BinOp,NestedXpr,Rhs> XprType;
334 static inline const XprType extract(const XprType& x) { return x; }

Completed in 680 milliseconds