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

  /external/eigen/Eigen/src/Core/
Reverse.h 55 * \tparam Direction defines the direction of the reverse operation, can be Vertical, Horizontal, or BothDirections
77 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
78 ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),
81 ReversePacket = (Direction == BothDirections)
DenseBase.h 559 typedef Reverse<Derived, BothDirections> ReverseReturnType;
560 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
CoreEvaluators.h     [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 271 BothDirections
ForwardDeclarations.h 247 template<typename MatrixType, int Direction = BothDirections> class Reverse;
  /external/eigen/test/
array_reverse.cpp 46 Reverse<MatrixType, BothDirections> m1_rb(m1);

Completed in 303 milliseconds