Searched defs:ExtractType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h154 typedef const XprType& ExtractType; typedef in struct:Eigen::internal::blas_traits
166 ExtractType,
169 static inline ExtractType extract(const XprType& x) { return x; }
180 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
197 typedef typename Base::ExtractType ExtractType; typedef in struct:Eigen::internal::blas_traits
198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); }
210 typedef typename Base::ExtractType ExtractTyp typedef in struct:Eigen::internal::blas_traits
224 typedef Transpose<const typename Base::_ExtractType> ExtractType; // const to get rid of a compile error; anyway blas traits are only used on the RHS typedef in struct:Eigen::internal::blas_traits
[all...]

Completed in 272 milliseconds