| 
    Template Numerical Library version\ main:6a1fe78
    
   | 
 
Function object implementing argmax(x, y, i, j), i.e. returning the maximum value and its index. More...
#include <TNL/Functional.h>
Public Member Functions | |
| template<typename Value, typename Index> | |
| constexpr void | operator() (Value &lhs, const Value &rhs, Index &lhsIdx, const Index &rhsIdx) const | 
Static Public Member Functions | |
| template<typename T> | |
| static constexpr T | getIdentity () | 
| Returns the identity element of the operation.   | |
Function object implementing argmax(x, y, i, j), i.e. returning the maximum value and its index.
      
  | 
  inlinestaticconstexpr | 
Returns the identity element of the operation.
Suitable for TNL::Algorithms::reduce.