OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Conj
(Results
1 - 2
of
2
) sorted by null
/external/eigen/blas/
common.h
88
Conj
= IsComplex
/external/eigen/Eigen/src/Core/
Functors.h
73
* This is a short cut for
conj
(x) * y which is needed for optimization purpose; in Eigen2 support mode, this becomes x *
conj
(y)
78
Conj
= NumTraits<LhsScalar>::IsComplex
85
{ return conj_helper<LhsScalar,RhsScalar,
Conj
,false>().pmul(a,b); }
89
{ return conj_helper<Packet,Packet,
Conj
,false>().pmul(a,b); }
321
EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { return internal::
conj
(a); }
[
all
...]
Completed in 83 milliseconds