Searched refs:GenEigMask (Results 1 – 5 of 5) sorted by relevance
167 eigen_assert((options&~(EigVecMask|GenEigMask))==0 in compute()169 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx in compute()170 || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx) in compute()178 int type = (options&GenEigMask); in compute()
48 eigen_assert((options&~(EigVecMask|GenEigMask))==0 \
396 eigen_assert((options&~(EigVecMask|GenEigMask))==0568 eigen_assert((options&~(EigVecMask|GenEigMask))==0671 eigen_assert((options&~(EigVecMask|GenEigMask))==0
352 GenEigMask = Ax_lBx | ABx_lx | BAx_lx enumerator
354 eigen_assert((options &~ (EigVecMask | GenEigMask)) == 0 in compute()