#include <Phalanx_SimpleArrayOps.hpp>
Public Types | |
enum | { N = 0 } |
typedef T | type |
Public Member Functions | |
Max () | |
Max (T *p) | |
Max (const Max &rhs) | |
Max & | operator= (const Max &rhs) |
Static Public Member Functions | |
static void | op (T *, const T *) |
Public Attributes | |
T * | ptr |
typedef T PHX::Op::Max< T, n, n >::type |