HomeSort by relevance Sort by last modified time
    Searched refs:ABx_lx (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 347 ABx_lx = 0x200,
352 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}.
99 * - \c ABx_lx: \f$ ABx = \lambda x \f$
120 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
128 * - \c ABx_lx: \f$ ABx = \lambda x \f$
170 || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
195 else if(type==ABx_lx)
  /external/eigen/test/
eigensolver_selfadjoint.cpp 72 eiSymmGen.compute(symmA, symmB,ABx_lx);

Completed in 1594 milliseconds