Home
last modified time | relevance | path

Searched refs:Ax_lBx (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h107 int options = ComputeEigenvectors|Ax_lBx)
154 int options = ComputeEigenvectors|Ax_lBx);
168 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx in compute()
179 type = Ax_lBx; in compute()
181 if(type==Ax_lBx) in compute()
/external/eigen/Eigen/src/Core/util/
DConstants.h400 Ax_lBx = 0x100, enumerator
408 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
/external/eigen/test/
Deigensolver_selfadjoint.cpp109 eiSymmGen.compute(symmC, symmB,Ax_lBx); in selfadjointeigensolver()