HomeSort by relevance Sort by last modified time
    Searched refs:conj_if (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 41 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); }
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 29 internal::conj_if<ConjRhs> cj;
TriangularSolverMatrix.h 68 conj_if<Conjugate> conj;
211 conj_if<Conjugate> conj;
GeneralBlockPanelKernel.h     [all...]
  /external/eigen/test/
packetmath.cpp 275 internal::conj_if<ConjLhs> cj0;
276 internal::conj_if<ConjRhs> cj1;

Completed in 234 milliseconds