Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DBandMatrix.h95 ActualIndex = ReturnOpposite ? -Index : Index, enumerator
98 : (ActualIndex<0
99 … ? EIGEN_SIZE_MIN_PREFER_DYNAMIC(ColsAtCompileTime, RowsAtCompileTime + ActualIndex)
100 … : EIGEN_SIZE_MIN_PREFER_DYNAMIC(RowsAtCompileTime, ColsAtCompileTime - ActualIndex))