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

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h41 template<bool Conjugate> struct conj_if;
43 template<> struct conj_if<true> { struct in namespace:Eigen::internal
50 template<> struct conj_if<false> { struct in namespace:Eigen::internal
99 { return conj_if<Conj>()(x)*y; }
108 { return x*conj_if<Conj>()(y); }

Completed in 96 milliseconds