HomeSort by relevance Sort by last modified time
    Searched refs:conj_expr_if (Results 1 - 2 of 2) 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 39 typename conj_expr_if<ConjLhs,LhsMap>::type cjLhs(lhs);
43 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);
102 typename conj_expr_if<ConjLhs,LhsMap>::type cjLhs(lhs);
106 typename conj_expr_if<ConjRhs,RhsMap>::type cjRhs(rhs);

Completed in 52 milliseconds