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

  /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}.
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/
Constants.h 337 Ax_lBx = 0x100,
345 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
  /external/eigen/test/
eigensolver_selfadjoint.cpp 63 eiSymmGen.compute(symmA, symmB,Ax_lBx);

Completed in 288 milliseconds