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

  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 52 template<bool Cond, typename T> struct conj_expr_if struct in namespace:Eigen::internal
83 typename internal::remove_all<typename internal::conj_expr_if<IsRowMajor ^ UBlasTraits::NeedToConjugate,_ActualUType>::type>::type,
84 typename internal::remove_all<typename internal::conj_expr_if<IsRowMajor ^ VBlasTraits::NeedToConjugate,_ActualVType>::type>::type,
TriangularMatrixVector.h 45 typename conj_expr_if<ConjLhs,LhsMap>::type cjLhs(lhs);
49 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);
113 typename conj_expr_if<ConjLhs,LhsMap>::type cjLhs(lhs);
117 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);
  /external/eigen/blas/
PackedTriangularMatrixVector.h 31 typedef typename conj_expr_if<ConjLhs,LhsMap>::type ConjLhsType;
60 typedef typename conj_expr_if<ConjLhs,LhsMap>::type ConjLhsType;
62 typedef typename conj_expr_if<ConjRhs,RhsMap>::type ConjRhsType;
GeneralRank1Update.h 25 typedef typename conj_expr_if<ConjLhs,OtherMap>::type ConjRhsType;
PackedTriangularSolverVector.h 29 typedef typename conj_expr_if<Conjugate,LhsMap>::type ConjLhsType;
57 typedef typename conj_expr_if<Conjugate,LhsMap>::type ConjLhsType;
PackedSelfadjointProduct.h 28 typedef typename conj_expr_if<ConjLhs,OtherMap>::type ConjRhsType;

Completed in 353 milliseconds