Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigenvalues/
DGeneralizedSelfAdjointEigenSolver.h108 int options = ComputeEigenvectors|Ax_lBx)
155 int options = ComputeEigenvectors|Ax_lBx);
169 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx in compute()
180 type = Ax_lBx; in compute()
182 if(type==Ax_lBx) in compute()
/external/eigen/Eigen/src/Core/util/
DConstants.h344 Ax_lBx = 0x100, enumerator
352 GenEigMask = Ax_lBx | ABx_lx | BAx_lx
/external/eigen/test/
Deigensolver_selfadjoint.cpp74 eiSymmGen.compute(symmC, symmB,Ax_lBx); in selfadjointeigensolver()