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

  /external/eigen/Eigen/src/Core/
Reverse.h 49 LinearAccess = ( (Direction==BothDirections) && (int(_MatrixTypeNested::Flags)&PacketAccessBit) )
87 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
88 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),
91 ReversePacket = (Direction == BothDirections)
DenseBase.h 480 typedef Reverse<Derived, BothDirections> ReverseReturnType;
481 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
  /external/eigen/Eigen/src/Core/util/
Constants.h 210 BothDirections
ForwardDeclarations.h 215 template<typename MatrixType, int Direction = BothDirections> class Reverse;
  /external/eigen/test/
array_reverse.cpp 46 Reverse<MatrixType, BothDirections> m1_rb(m1);

Completed in 147 milliseconds