OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
82
typedef typename internal::remove_all<typename internal::
conj_expr_if
<IsRowMajor ^ UBlasTraits::NeedToConjugate,_ActualUType>::type>::type UType;
83
typedef typename internal::remove_all<typename internal::
conj_expr_if
<IsRowMajor ^ VBlasTraits::NeedToConjugate,_ActualVType>::type>::type VType;
TriangularMatrixVector.h
45
typename
conj_expr_if
<ConjLhs,LhsMap>::type cjLhs(lhs);
49
typename
conj_expr_if
<ConjRhs,RhsMap>::type cjRhs(rhs);
116
typename
conj_expr_if
<ConjLhs,LhsMap>::type cjLhs(lhs);
120
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 213 milliseconds