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

/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}.
88 * Default is #ComputeEigenvectors|#Ax_lBx.
108 int options = ComputeEigenvectors|Ax_lBx)
120 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
121 * Default is #ComputeEigenvectors|#Ax_lBx.
127 * - \c Ax_lBx: \f$ Ax = \lambda B x \f$
141 * of the selfadjoint matrix \f$ L^{-1} A (L^*)^{-1} \f$ if \p options contains Ax_lBx
155 int options = ComputeEigenvectors|Ax_lBx);
169 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx
180 type = Ax_lBx;
[all...]
/external/eigen/Eigen/src/Core/util/
H A DConstants.h344 Ax_lBx = 0x100, enumerator in enum:Eigen::DecompositionOptions
352 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
/external/eigen/test/
H A Deigensolver_selfadjoint.cpp60 eiSymmGen.compute(symmA, symmB,Ax_lBx);

Completed in 2374 milliseconds