OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conj_if
(Results
1 - 9
of
9
) sorted by null
/external/eigen/blas/
GeneralRank1Update.h
26
conj_if
<ConjRhs> cj;
PackedTriangularMatrixVector.h
29
internal::
conj_if
<ConjRhs> cj;
58
internal::
conj_if
<ConjRhs> cj;
PackedTriangularSolverVector.h
27
internal::
conj_if
<Conjugate> cj;
55
internal::
conj_if
<Conjugate> cj;
PackedSelfadjointProduct.h
29
conj_if
<ConjRhs> cj;
/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
27
internal::
conj_if
<ConjRhs> cj;
TriangularSolverMatrix.h
75
conj_if
<Conjugate> conj;
224
conj_if
<Conjugate> conj;
GeneralBlockPanelKernel.h
[
all
...]
/external/eigen/test/
packetmath.cpp
311
internal::
conj_if
<ConjLhs> cj0;
312
internal::
conj_if
<ConjRhs> cj1;
Completed in 305 milliseconds