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

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h43 template<bool Conjugate> struct conj_if;
45 template<> struct conj_if<true> { struct in namespace:Eigen::internal
52 template<> struct conj_if<false> { struct in namespace:Eigen::internal
69 { return conj_if<ConjLhs>()(x) * conj_if<ConjRhs>()(y); }
114 { return conj_if<Conj>()(x)*y; }
123 { return x*conj_if<Conj>()(y); }

Completed in 78 milliseconds