HomeSort by relevance Sort by last modified time
    Searched refs:BAx_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}.
99 * - \c BAx_lx: \f$ BAx = \lambda x \f$
119 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
128 * - \c BAx_lx: \f$ BAx = \lambda x \f$
169 || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
207 else if(type==BAx_lx)
  /external/eigen/Eigen/src/Core/util/
Constants.h 406 BAx_lx = 0x400,
408 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
  /external/eigen/test/
eigensolver_selfadjoint.cpp 115 eiSymmGen.compute(symmC, symmB,BAx_lx);

Completed in 62 milliseconds