Searched refs:GenEigMask (Results 1 – 4 of 4) 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 \
388 eigen_assert((options&~(EigVecMask|GenEigMask))==0545 eigen_assert((options&~(EigVecMask|GenEigMask))==0679 eigen_assert((options&~(EigVecMask|GenEigMask))==0
345 GenEigMask = Ax_lBx | ABx_lx | BAx_lx enumerator