Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:Ax_lBx

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;
182 if(type==Ax_lBx)