escript
Revision_
|
Return the absolute maximum value of the two given values. More...
#include <ArrayOps.h>
Public Types | |
typedef T | first_argument_type |
typedef T | second_argument_type |
typedef DataTypes::real_t | result_type |
Public Member Functions | |
DataTypes::real_t | operator() (T x, T y) const |
Return the absolute maximum value of the two given values.
typedef T escript::AbsMax< T >::first_argument_type |
typedef DataTypes::real_t escript::AbsMax< T >::result_type |
typedef T escript::AbsMax< T >::second_argument_type |
|
inline |