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

  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 86 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
98 * - \c ABx_lx: \f$ ABx = \lambda x \f$
119 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
127 * - \c ABx_lx: \f$ ABx = \lambda x \f$
169 || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
194 else if(type==ABx_lx)
  /external/eigen/Eigen/src/Core/util/
Constants.h 403 ABx_lx = 0x200,
408 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
  /external/eigen/test/
eigensolver_selfadjoint.cpp 121 eiSymmGen.compute(symmC, symmB,ABx_lx);

Completed in 529 milliseconds