Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DBandMatrix.h93ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)), enumerator
94 Conjugate = ReturnOpposite && NumTraits<Scalar>::IsComplex,
95 ActualIndex = ReturnOpposite ? -Index : Index,