OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAx_lx
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/util/
Constants.h
343
BAx_lx
= 0x400,
345
GenEigMask = Ax_lBx | ABx_lx |
BAx_lx
/external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h
87
* \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#
BAx_lx
}.
100
* - \c
BAx_lx
: \f$ BAx = \lambda x \f$
120
* \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#
BAx_lx
}.
129
* - \c
BAx_lx
: \f$ BAx = \lambda x \f$
170
|| (options&GenEigMask)==ABx_lx || (options&GenEigMask)==
BAx_lx
)
208
else if(type==
BAx_lx
)
/external/eigen/test/
eigensolver_selfadjoint.cpp
69
eiSymmGen.compute(symmA, symmB,
BAx_lx
);
Completed in 2607 milliseconds