Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:Ax_lBx

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