HomeSort by relevance Sort by last modified time
    Searched refs:GenEigMask (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 167 eigen_assert((options&~(EigVecMask|GenEigMask))==0
169 && ((options&GenEigMask)==0 || (options&GenEigMask)==Ax_lBx
170 || (options&GenEigMask)==ABx_lx || (options&GenEigMask)==BAx_lx)
178 int type = (options&GenEigMask);
SelfAdjointEigenSolver_MKL.h 48 eigen_assert((options&~(EigVecMask|GenEigMask))==0 \
SelfAdjointEigenSolver.h 388 eigen_assert((options&~(EigVecMask|GenEigMask))==0
545 eigen_assert((options&~(EigVecMask|GenEigMask))==0
679 eigen_assert((options&~(EigVecMask|GenEigMask))==0
  /external/eigen/Eigen/src/Core/util/
Constants.h 345 GenEigMask = Ax_lBx | ABx_lx | BAx_lx

Completed in 203 milliseconds