#include <Phalanx_SimpleArrayOps.hpp>
Public Types | |
enum | { N = n } |
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 *dst, const T *src) |
Public Attributes | |
T * | ptr |
typedef T PHX::Op::Max< T, n, i >::type |