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 86 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
87 * Default is #ComputeEigenvectors|#Ax_lBx.
107 int options = ComputeEigenvectors|Ax_lBx)
119 * \param[in] options A or-ed set of flags {#ComputeEigenvectors,#EigenvaluesOnly} | {#Ax_lBx,#ABx_lx,#BAx_lx}.
120 * Default is #ComputeEigenvectors|#Ax_lBx.
126 * - \c Ax_lBx: \f$ Ax = \lambda B x \f$
140 * of the selfadjoint matrix \f$ L^{-1} A (L^*)^{-1} \f$ if \p options contains Ax_lBx
154 int options = ComputeEigenvectors|Ax_lBx);
168 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx
179 type = Ax_lBx;
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 400 Ax_lBx = 0x100,
408 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
  /external/eigen/test/
eigensolver_selfadjoint.cpp 109 eiSymmGen.compute(symmC, symmB,Ax_lBx);

Completed in 166 milliseconds