Searched refs:BAx_lx (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h350 BAx_lx = 0x400, enumerator in enum:Eigen::DecompositionOptions
352 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
/external/eigen/Eigen/src/Eigenvalues/
H A DGeneralizedSelfAdjointEigenSolver.h87 * \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/
H A Deigensolver_selfadjoint.cpp80 eiSymmGen.compute(symmC, symmB,BAx_lx);

Completed in 116 milliseconds